Miro logo

Miro

Access and create new content on Miro boards

Official docs

About Miro

Miro is a visual collaboration workspace for boards, brainstorming, and team alignment. Its connector lets assistants access and create Miro content so planning, diagrams, and collaborative artifacts can move through conversation.

Connection details

https://mcp.miro.com/
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add miro --transport http https://mcp.miro.com/

Frequently asked questions

What is the Miro remote MCP server?

The Miro remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.miro.com/, so AI assistants can connect to it without installing or running anything locally. Miro is a visual collaboration workspace for boards, brainstorming, and team alignment. Its connector lets assistants access and create Miro content so planning, diagrams, and collaborative artifacts can move through conversation.

How do I connect to the Miro MCP server?

Add the endpoint https://mcp.miro.com/ to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Miro MCP server require authentication?

Yes. Miro uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Miro MCP server use?

Miro exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers