MCP server

Miro
MCPOfficial Miro MCP. Boards to code.
Miro’s remote server. Context-to-code, diagrams, tables — the board you authorize.
latest·Proprietary·Updated this quarter·github.com/miroapp/miro-ai·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"miro": {
"url": "https://mcp.miro.com/"
}
}
}By Miro
Spec
What the server actually exposes.
list_boards
readBoards you can see.
get_board
readItems on a board.
create_item
writeAdd an item after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
miro-mcp.mcp/tools
Tools
- read
list_boards
Boards you can see.
- read
get_board
Items on a board.
- write
create_item
Add an item after you confirm.
Last call
{ "ok": true,
"tool": "list_boards",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
