Overview
Access and collaborate on Miro boards and visual collaboration spaces.
Setup
Run with npx:
npx -y @modelcontextprotocol/server-miroConfiguration
MIRO_API_TOKEN environment variableDocumentation
Miro MCP
Overview
The Miro MCP server enables AI agents to access and collaborate on Miro boards and visual collaboration spaces. Perfect for design reviews, brainstorming sessions, and visual project management.
Features
- Board Access: Read and navigate Miro boards
- Object Management: Create and modify board objects
- Team Collaboration: View team members and permissions
- Comment Management: Add and manage comments
- Export: Export board content
Installation
npx -y @modelcontextprotocol/server-miro
Configuration
{
"mcpServers": {
"miro": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-miro"],
"env": {
"MIRO_API_TOKEN": "your-api-token"
}
}
}
}
API Token Setup
- Go to Miro Developer Portal
- Create a new app
- Generate an API token
- Set the
MIRO_API_TOKENenvironment variable
Available Tools
| Tool | Description |
|---|---|
list_boards | List accessible boards |
get_board | Get board details |
get_board_objects | Get objects on a board |
create_object | Create a new board object |
update_object | Update an object |
delete_object | Delete an object |
add_comment | Add a comment to board |
Usage Examples
Get Board Overview
Show me all objects on my "Project Roadmap" board.
Create a Sticky Note
Create a sticky note on the "Brainstorming" board with the text "New feature idea".
Add a Comment
Add a comment to the wireframe object saying "Consider larger buttons".
Pros
- ✅ Visual collaboration integration
- ✅ Board and object management
- ✅ Good for design workflows
Cons
- ❌ Requires Miro account
- ❌ API token setup needed
- ❌ Limited to Miro boards
