Weavz
Miro

Miro

Visual collaboration platform for boards, items, members, tags, and Enterprise exports

27 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_boards

List boards accessible to the connected Miro user with cursor pagination

get_board

Get a specific Miro board by ID

create_board

Create a Miro board with optional description, policy, team, and project/space

update_board

Update board name, description, sharing policy, team, or project/space

delete_board

Delete a Miro board

list_board_members

List members of a Miro board with offset pagination

share_board

Invite up to 20 members to a Miro board

update_board_member

Update a board member role

remove_board_member

Remove a member from a Miro board

list_items

List items on a board with cursor pagination and optional item type filtering

get_item

Get a specific item on a Miro board

update_item

Update an item by sending the Miro item payload for its type

delete_item

Delete an item from a Miro board

create_sticky_note

Create a sticky note on a Miro board

create_shape

Create a shape item on a board

create_text

Create a text item on a board

create_frame

Create a frame item on a board

create_card

Create a card item on a board

create_image

Create an image item from a URL or data URL payload

create_connector

Create a connector between two board items

create_group

Create a group from existing board items

list_tags

List tags on a Miro board

create_tag

Create a tag on a Miro board

create_board_export_job

Create an Enterprise board export job for SVG, HTML, or PDF output

get_board_export_job

Get an Enterprise board export job status

get_board_export_job_results

Get signed result links for an Enterprise board export job

custom_api_call

Make a custom call to the Miro REST API v2

Triggers

Name
new_or_updated_board

Poll accessible Miro boards and emit created or changed boards after the initial baseline

new_or_updated_board_item

Poll Miro board items and emit created or changed items after the initial baseline

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('miro', 'list_boards', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'miro',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Miro to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Miro support?

Miro supports 27 tools including List Boards, Get Board, Create Board, Update Board, Delete Board, and more.

Can I use Miro with AI agents?

Yes. Add Miro to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Miro to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Miro as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Miro tools exposed by that workspace.

Does Miro work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Miro work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Miro?

Miro exposes 27 tools, including List Boards, Get Board, Create Board, Update Board, Delete Board, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Miro be used in stateful agent workflows?

Yes. Agents can combine Miro tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Miro use?

Miro uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Miro integration cost?

The Miro integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Miro support?

Miro supports 2 triggers including New or Updated Board, New or Updated Board Item.

Connect Miro in minutes

Get 20,000 free action executions every month. No credit card required.