Back to MCP Servers
Miro
Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.
other-tools-and-integrationsapirest
By evalstate
Installation
npx -y mcp-miroConfiguration
{
"mcpServers": {
"mcp-miro": {
"command": "npx",
"args": ["-y", "mcp-miro"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes