ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Miro with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Miro boards, items and comments via API. create boards, add sticky notes, browse items and manage members from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 14 capabilities

The complete Miro capability set.

These are the exact actions your AI can choose when you ask it to work with Miro.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Miro.

  1. 01

    Add board member

    Requires the board ID and user ID. Optionally set the role (owner, admin, editor, commenter, viewer). The user must already have a Miro account. Add a member to a Miro board

  2. 02

    Create board

    Requires the board name and optionally a description. Returns the created board with its ID, view link and edit link. Create a new Miro board

  3. 03

    Create card

    Requires the board ID and card title. Optionally set a description and x,y position. Cards are structured content widgets with title and description fields. Create a card widget on a Miro board

  4. 04

    Delete board item

    Provide the board ID and item ID. WARNING: this action is irreversible. Delete an item from a Miro board

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Miro.

  1. 05

    Get board

    Provide the board ID (found in the board URL or from list_boards). Get details for a specific Miro board

  2. 06

    Get board item

    Provide the board ID and item ID. Get details for a specific item on a Miro board

  3. 07

    List board items

    ) placed on a Miro board. Each item includes its type, ID, content, position, rotation, size and style. Optionally filter by item type (sticky_note, card, shape, text, connector, image, embed, frame, document, mind_map) and set a limit. List items (widgets) on a Miro board

  4. 08

    List boards

    Each board includes its ID, name, description, creation date, owner and permissions. Optionally set a limit on the number of results. Use this to discover boards before accessing their content. List Miro boards accessible by the user

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Miro.

  1. 09

    Create comment

    Requires the board ID and comment content. Optionally reply to an existing comment by providing its ID as parent_id. Add a comment to a Miro board

  2. 10

    Create sticky note

    Requires the board ID and the sticky note content (text). Optionally set the x,y position on the canvas. Returns the created sticky note with its ID and position. Create a sticky note on a Miro board

  3. 11

    Get user context

    Returns user ID, name, email, avatar and account type. Use this to verify your access token is working correctly and to see which user identity the API calls will appear as. Get the authenticated Miro user context

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Miro.

  1. 12

    List board members

    Each member shows their user ID, name, email, role (owner, admin, editor, commenter, viewer) and permission level. Optionally set a limit. List members of a Miro board

  2. 13

    List comments

    Each comment includes its ID, content text, author info, creation date and parent comment ID (for replies). Optionally set a limit. List comments on a Miro board

  3. 14

    Update board

    Provide the board ID and the new name and/or description. Only provided fields will be updated. Update a Miro board name or description

Observed, not estimated

970ms average. Fast in production.

Miro is checked daily against the live service.

Daily averagePeak 1245ms
Aug 20Today
Fastest day
799ms
Slowest day
1245ms
14-day trend
Stable+4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Miro, so you can see the experience inside your AI.

It does not authenticate your account with Miro. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Miro Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_aFUE4h8QB2EsDtEigSv75k0FthaLiyZBI8QXTFG6/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Miro capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "miro-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_aFUE4h8QB2EsDtEigSv75k0FthaLiyZBI8QXTFG6/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Miro owners ask.

  • 01

    How do I get a Miro Access Token?

    Go to Miro Developer Portal, create an app, and generate a Personal Access Token (PAT) or set up OAuth 2.0. PATs are simpler for personal use. go to your app settings and create a token under 'Personal Access Tokens'. Copy it immediately as it won't be shown again.

  • 02

    Can I create sticky notes programmatically?

    Yes! Use create_sticky_note with the board ID and content text. Optionally set x,y coordinates on the canvas for precise positioning. The sticky note will appear on the board immediately and all collaborators will see it in real-time.

  • 03

    Can I manage board members via the API?

    Yes! Use list_board_members to see who has access and their roles, and add_board_member to grant access to new users with a specific role (owner, admin, editor, commenter, viewer). The user must already have a Miro account.

  • 04

    Can I filter board items by type?

    Yes! Use list_board_items with the type parameter to filter by: sticky_note, card, shape, text, connector, image, embed, frame, document, or mind_map. This is useful for finding specific widget types without loading all board content.