All integrations
Miro
Read and update boards, shapes and sticky notes in Miro.
Design
Productivity
How an agent reaches it
- MCP
Official MCP server. The agent lists its tools and calls them.
- REST API
Always available. The agent calls the API directly with your credential attached.
- CLI
No official command-line tool.
How you authenticate
- OAuth
- API key
How agents reach it
- Base URL
- https://api.miro.com/v2
- Pagination
- cursor
- MCP server
- https://mcp.miro.com/
Common endpoints
| list boards | GET /boards |
| list items | GET /boards/{board_id}/items |
| create a sticky note | POST /boards/{board_id}/sticky_notes |
Worth knowing
- Board ids are URL-safe base64 and must be encoded when placed in a path.