Miro MCP Server
Provides tools for managing Miro boards, including sticky notes, shapes, text, images, cards, app cards, documents, embeds, and connectors via the Miro API.
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 Servercreate a sticky note saying 'Ideas' at center of 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
An experimental Model Control Protocol (MCP) server for interacting with the Miro API and a single board.
Overview
This project provides a FastMCP server that exposes Miro API endpoints as tools that can be used by AI agents. It automatically generates tool definitions from the Miro OpenAPI specification, allowing AI agents to manipulate Miro boards programmatically.
Related MCP server: Miro MCP Server
Features
Support for all major Miro board item types:
Sticky notes
Shapes
Text
Images
Cards
App cards
Documents
Embeds
Connectors
Prerequisites
Node.js
A Miro account with API access
A Miro API token
A Miro board ID
Installation without Docker
Clone the repository:
git clone https://github.com/yourusername/mcp-server-miro.git cd mcp-server-miroInstall dependencies:
npm installCreate a
.envfile in the root directory with the following variables:MIRO_API_TOKEN=your_miro_api_token MIRO_BOARD_ID=your_miro_board_id # Optional, port PORT=3000
Usage
Start the server:
npm run devor
npm run build npm startThe server will start at
http://localhost:8899/sseAI agents can now use the exposed Miro API tools through the MCP protocol
Using with Docker
# The exact command depends on your Docker version
docker compose up -d
docker-compose up -d
# Server should be up in default port or the one you choseAPI Tools
The server exposes the following Miro API endpoints as tools:
Board Operations:
get_specific_board: Retrieves information about the current board.update_board: Updates the current board.
Generic Item Operations:
get_items: Retrieves a list of items on the board (supports filtering and pagination).update_item_position_or_parent: Updates the position or parent of a specific item.delete_item: Deletes a specific item (covers various types like sticky notes, text, shapes, etc.).
Sticky Note Operations:
create_sticky_note_item: Adds a sticky note.get_sticky_note_item: Retrieves a specific sticky note.update_sticky_note_item: Updates a specific sticky note.
Text Operations:
create_text_item: Adds a text item.get_text_item: Retrieves a specific text item.update_text_item: Updates a specific text item.
Shape Operations:
create_shape_item: Adds a shape item.get_shape_item: Retrieves a specific shape item.update_shape_item: Updates a specific shape item.
Card Operations:
create_card_item: Adds a card item.get_card_item: Retrieves a specific card item.update_card_item: Updates a specific card item.
Connector Operations:
create_connector: Adds a connector between items.get_connectors: Retrieves a list of connectors.get_connector: Retrieves a specific connector.update_connector: Updates a specific connector.delete_connector: Deletes a specific connector.
Document Operations:
create_document_item_using_url: Adds a document item from a URL.update_document_item_using_url: Updates a document item added from a URL. (Note: Getting specific documents is handled byget_items)
Embed Operations:
create_embed_item: Adds an embed item from a URL.update_embed_item: Updates an embed item. (Note: Getting specific embeds is handled byget_items)
Image Operations:
create_image_item_using_url: Adds an image item from a URL.update_image_item_using_url: Updates an image item added from a URL. (Note: Getting specific images is handled byget_items)
App Card Operations:
create_app_card_item: Adds an app card item.update_app_card_item: Updates an app card item. (Note: Getting specific app cards is handled byget_items)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides comprehensive access to the Miro REST API v2 for advanced board management, content creation, and team collaboration. It supports over 40 tools for managing board items like sticky notes and shapes, alongside bulk operations and organizational features.172Apache 2.0
- FlicenseAqualityDmaintenanceEnables Claude Desktop to interact with Miro boards to list projects, retrieve board items like sticky notes and frames, and search for specific text content. It facilitates seamless board management and information retrieval through the Miro API.5
- Flicense-qualityDmaintenanceEnables MCP-compatible LLMs to interact with Miro whiteboards to manage boards, create and manipulate shapes, and organize content through grouping tools.
- Alicense-qualityDmaintenanceEnables AI agents to create and manage collaborative whiteboards with sticky notes, shapes, charts, and more, directly in Overboard Studio.MIT
Related MCP Connectors
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.
Build and run visual creative-production workflows from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LuotoCompany/mcp-server-miro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server