mcp-miro
The mcp-miro MCP Server is a Model Context Protocol server designed for integration with the MIRO Whiteboard Application, providing features for board manipulation, sticky creation, and more. It is compatible with tools like Claude for greater functionality.
How do I authenticate with the MIRO Whiteboard Application?
You can authenticate by passing your OAuth key as an environment variable or using the '--token' argument.
What is the best way to debug MCP server communications?
We recommend using the MCP Inspector, which provides a URL for accessing debugging tools in your browser.
Can I perform bulk operations on the MIRO board?
Yes, the server supports bulk operations, allowing you to create multiple items in a single operation.
Is there a way to convert physical sticky notes to digital MIRO equivalents?
Yes, taking a photo of stickies and using Claude to create MIRO equivalents works effectively.
What development tools are recommended for working with this server?
For development, you can use npm scripts for building and watching changes, and refer to the MIRO API client generator spec for additional guidance.