evalstate/mcp-miro
Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.
Quick Start
Clone the repository:
git clone https://github.com/evalstate/mcp-miroClaude Desktop configuration example:
{
"mcpServers": {
"evalstate-mcp-miro": {
"command": "npx",
"args": [
"-y",
"evalstate/mcp-miro"
]
}
}
}Check the repository README for specific installation and configuration instructions.