MCP Directory
Back

miro-ai

by miroapp · TypeScript · ★ 126

Official Miro AI developer tools and integrations. Includes MCP server configuration, Claude Code skills, and resources for building AI-powered experiences with Miro boards.

Install

npx -y github:miroapp/miro-ai

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "miro-ai": {
      "command": "npx",
      "args": [
        "-y",
        "github:miroapp/miro-ai"
      ]
    }
  }
}

From the README

[](https://developers.miro.com/docs/mcp-intro) Connect AI coding assistants to your Miro boards. Create diagrams, extract context, generate code from designs, and track tasks—all through natural conversation. This repo provides everything you need to connect AI tools to Miro: | Component | What It Does | |-----------|--------------| | **Miro MCP Server** | API that gives AI agents access to your Miro boards | | **Plugins & Extensions** | Pre-built integrations for popular AI tools | | **Documentation** | Guides for using and developing integrations | | AI Tool | Integration | |---------|-…
Read full README on GitHub →

Related other servers