MCP cover image
See in Github
2025-04-05

Miro的模型上下文协议(MCP)服务器

3

Github Watches

3

Github Forks

1

Github Stars

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.

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

  1. Clone the repository:

    git clone https://github.com/yourusername/mcp-server-miro.git
    cd mcp-server-miro
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file 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

  1. Start the server:

    npm run dev
    

    or

    npm run build
    npm start
    
  2. The server will start at http://localhost:8899/sse

  3. AI 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 chose

API 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 by get_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 by get_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 by get_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 by get_items)

License

MIT

相关推荐

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Contraband Interactive
  • Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.

  • rustassistant.com
  • Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • modelcontextprotocol
  • 模型上下文协议服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • n8n-io
  • 具有本机AI功能的公平代码工作流程自动化平台。将视觉构建与自定义代码,自宿主或云相结合,400+集成。

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

  • open-webui
  • 用户友好的AI接口(支持Ollama,OpenAi API,...)

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • metorial
  • 数百个MCP服务器的容器化版本📡📡

    Reviews

    2 (1)
    Avatar
    user_EiVqy32q
    2025-04-17

    As a dedicated user of mcp-server-miro by LuotoCompany, I can attest to its exceptional performance and reliability. This server has remarkably streamlined my workflow, proving instrumental in various projects. The intuitive interface and robust features make it a standout choice. Highly recommend it to all developers looking for a dependable server solution!