Loading MCP server directory, please wait...
Control Miro whiteboards with AI. 77 tools for boards, diagrams, mindmaps.
npx @getmcp/cli add io.github.olgasafonova/miro-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.olgasafonova/miro-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MIRO_ACCESS_TOKEN",
"ghcr.io/olgasafonova/miro-mcp-server:1.15.2"
],
"env": {
"MIRO_ACCESS_TOKEN": ""
}
}
}
}