Skip to main content
Other Tools and IntegrationsTypeScript

k-jarzyna/mcp-miro

Miro MCP server, exposing all functionalities available in official Miro SDK

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/k-jarzyna/mcp-miro

Claude Desktop configuration example:

{
  "mcpServers": {
    "k-jarzyna-mcp-miro": {
      "command": "npx",
      "args": [
        "-y",
        "k-jarzyna/mcp-miro"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
k-jarzyna