Connecting Miro MCP to AI Coding Tools

Guides on how to configure Miro MCP to AI Coding Tools

📘

This is a beta release of our MCP: sign up at https://miro.com/ai/mcp/.

It is intended for evaluation and feedback purposes. The feature set and user experience may change in future releases.

Cursor


Go to Cursor settings -> Cursor Settings -> MCP -> Add a Custom MCP Server and add in the following JSON:

{
  "mcpServers": {
    "miro-mcp": {
      "url": "https://mcp.miro.com/", 
      "disabled": false,
      "autoApprove": []
    }
  }
}

Click on the authenticate button. This should open a new window for the Miro OAuth flow. Next, install the app on the team of your choice. Go back into Cursor and start prompting!

Claude Code

Watch the video below to see how to use Miro's MCP Server with Claude Code.

  1. Login to Claude Code with claude command.
  2. Next, use claude mcp add --transport http miro https://mcp.miro.com to add the Miro MCP into Claude Code.
  3. From there, you can use Miro MCP prompts by running: /miro-mcp:code_explain_on_board

VSCode and GitHub Copilot

Watch the video below for details - written instructions also provided.


  1. Open the command palette with >
  2. Select "Add MCP Server", and then "HTTP"
  3. Enter in the URL: https://mcp.miro.com/
  4. Select either Global or Workspace
  5. Open the OAuth flow, install the app on the team of your choice
  6. use /to start a prompt, and find the Miro MCP prompt code_create_from_board and add in a board URL like https://miro.com/app/board/uX1234567/ and hit enter.
  7. That's it!

Gemini CLI

Watch the video below:


Windsurf

  1. Go to Windsurf settings -> Windsurf Settings -> Cascade -> Manage MCPs -> Configure and then add in the following JSON:

{
  "mcpServers": {
    "miro-mcp": {
      "url": "https://mcp.miro.com/", 
      "disabled": false,
      "autoApprove": []
    }
  }
}
  1. Go through the Miro OAuth flow and add the MCP app on the team of your choice.
  2. Start prompting Windsurf to use Miro MCP, we recommend code_create_from_boardadd in a board URL like https://miro.com/app/board/uX1234567/ and hit enter.