Control Miro whiteboards with AI. 110 tools for boards, diagrams, mindmaps, comments, SVG.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/olgasafonova/miro-mcp-server:1.24.0
MCP client config
{
"mcpServers": {
"miro": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/miro-mcp-server:1.24.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/olgasafonova/miro-mcp-server/releases/download/v1.24.0/miro-mcp-server-darwin-arm64`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/miro-mcp-server/releases/download/v1.24.0/miro-mcp-server-darwin-amd64`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/miro-mcp-server/releases/download/v1.24.0/miro-mcp-server-linux-amd64`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/miro-mcp-server/releases/download/v1.24.0/miro-mcp-server-linux-arm64`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/miro-mcp-server/releases/download/v1.24.0/miro-mcp-server-windows-amd64.exe`) — download it and import the bundle in your MCP client.