Allows interaction with Miro boards, providing tools to list boards, retrieve specific board details, fetch board items like sticky notes and shapes, list frames, and search for text content across items in a board.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Miro MCP ServerShow me all the sticky notes from my project brainstorming board"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MIRO MCP Server
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with MIRO boards.
Features
List Boards: Get all accessible MIRO boards
Get Board Details: Retrieve specific board information
Get Board Items: Fetch all items/widgets from a board (sticky notes, text, shapes, cards, etc.)
Get Frames: List all frames in a board
Search Content: Search for text across all items in a board
Setup
1. Get MIRO API Token
Go to MIRO Developer Portal
Create a new app or use existing one
Generate an access token with these scopes:
boards:readboards:write(optional, for future enhancements)
2. Install Dependencies
3. Configure Environment
Create a .env file:
Edit .env and add your MIRO access token:
4. Build the Server
5. Configure Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Note: Replace the path in args with the actual path to your built index.js file.
6. Restart Claude Desktop
After configuration, restart Claude Desktop to load the MCP server.
Development
Run in development mode with auto-reload:
Available Tools in Claude
Once configured, you can use these commands in Claude Desktop:
list_boards- List your MIRO boardsget_board- Get details about a specific boardget_board_items- Get all items from a boardget_board_frames- Get all frames from a boardsearch_board_content- Search for text in board items
Example Usage in Claude:
"Can you show me all my MIRO boards?"
"Get all sticky notes from board [board_id]"
"Search for 'project timeline' in board [board_id]"
Troubleshooting
Authentication Error: Ensure your MIRO access token is valid and has the correct permissions
Server Not Found: Check that the path in Claude Desktop config points to the correct
dist/index.jsfileNo Boards Found: Verify your token has access to at least one board
License
MIT