💡 摘要
Miro AI 将 AI 编码助手与 Miro 板集成,以增强图表和任务管理。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Miro AI Developer Tools
Connect AI coding assistants to your Miro boards. Create diagrams, extract context, generate code from designs, and track tasks—all through natural conversation.

Beta Release: Miro's MCP Server is currently in beta. Share your feedback.
What's in This Repository?
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 |
Supported AI Tools
| AI Tool | Integration | What You Get |
|---------|-------------|--------------|
| Claude Code | Plugin | Commands (/miro:diagram), skills, agents, hooks |
| Gemini CLI | Extension | MCP tools for board interaction |
| Kiro | Power | Design-to-code workflows |
| Cursor, VSCode, Windsurf, etc. | MCP Config | Direct MCP access via JSON config |
Quick Start
Step 1: Choose Your AI Tool
Select your AI tool below and follow the installation steps.
Step 2: Install
/plugin marketplace add miroapp/miro-ai /plugin install miro@miro-ai
Restart Claude Code after installation.
See Claude Code Plugins for full documentation.
Copy the extension file to your Gemini configuration:
mkdir -p ~/.gemini/extensions/miro cp gemini-extension.json ~/.gemini/extensions/miro/gemini-extension.json
Restart Gemini CLI.
See Gemini CLI Extension for details.
Install the code-gen power from powers/code-gen/:
- Copy
powers/code-gen/to your Kiro powers directory - Configure Kiro to use the power
- Restart Kiro
See Kiro Powers for details.
Add to your MCP client configuration file:
{ "mcpServers": { "miro": { "url": "https://mcp.miro.com/" } } }
See MCP Setup Guide for client-specific paths.
Step 3: Authenticate
When you first use a Miro command, you'll be prompted to authenticate:
- A browser window opens with Miro OAuth
- Log in to your Miro account
- Grant access to the requested boards
- Return to your AI tool—you're connected!
Step 4: Try It
Test your setup with these example prompts:
"What's on my Miro board https://miro.com/app/board/..."
"Create a flowchart on Miro showing a user login flow"
"Summarize the architecture diagram on my Miro board"
Enterprise Users
Admin Approval Required: If your organization is on a Miro Enterprise plan, your admin must enable the MCP Server before you can connect.
See Enterprise Guide for setup instructions.
What Can You Do?
Commands (Claude Code)
| Command | What It Does |
|---------|--------------|
| /miro:browse | Explore board contents |
| /miro:diagram | Create diagrams from text descriptions |
| /miro:doc | Create markdown documents on boards |
| /miro:table | Create tables with typed columns |
| /miro:summarize | Extract documentation from boards |
| /miro-tasks:enable | Enable automatic task tracking |
| /miro-research:research | Research topics and visualize on Miro |
Capabilities (All Platforms)
| Capability | Description | |------------|-------------| | Generate Diagrams | Create flowcharts, sequence diagrams, ERDs from code or descriptions | | Generate Code | Convert board designs and wireframes into working code | | Track Tasks | Sync tasks between AI conversations and Miro tables | | Extract Context | Read board content to inform AI workflows |
Available Plugins
Claude Code
| Plugin | Description | |--------|-------------| | miro | Core MCP integration with 5 commands | | miro-tasks | Automatic task tracking in Miro tables | | miro-solutions | Create customer demo plugins | | miro-research | Research and visualize findings on Miro |
Kiro
| Power | Description | |-------|-------------| | code-gen | Design-to-code workflows |
Security
- OAuth 2.1 secure authorization
- Enterprise compliance standards
- Permission-based access via your Miro account
- Rate limited API protection
Documentation
Getting Started
- MCP Setup Guide — Client-specific configuration
- Enterprise Guide — Admin setup for enterprise
Platform Guides
Reference
Development
External
Supported MCP Clients
Claude Code, Cursor, VSCode + GitHub Copilot, Gemini CLI, Lovable, Replit, Windsurf, Kiro, Glean, Devin, OpenAI Codex
Feedback & Support
- Issues & Features: Open an issue
- Feedback: Share your feedback
- Community: Miro Developer Community
License
MIT — see LICENSE
Built with love by Miro
优点
- 与流行的 AI 工具无缝集成。
- 通过自然语言命令提高生产力。
- 支持各种 AI 驱动的工作流程。
缺点
- 目前处于测试阶段,可能存在错误。
- 首次设置需要身份验证。
- 仅限于特定的 AI 工具。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 miroapp.
