Miro
Visual collaboration platform for boards, items, members, tags, and Enterprise exports
Tools
| Name | Description |
|---|---|
list_boardsList boards accessible to the connected Miro user with cursor pagination | List boards accessible to the connected Miro user with cursor pagination |
get_boardGet a specific Miro board by ID | Get a specific Miro board by ID |
create_boardCreate a Miro board with optional description, policy, team, and project/space | Create a Miro board with optional description, policy, team, and project/space |
update_boardUpdate board name, description, sharing policy, team, or project/space | Update board name, description, sharing policy, team, or project/space |
delete_boardDelete a Miro board | Delete a Miro board |
list_board_membersList members of a Miro board with offset pagination | List members of a Miro board with offset pagination |
share_boardInvite up to 20 members to a Miro board | Invite up to 20 members to a Miro board |
update_board_memberUpdate a board member role | Update a board member role |
remove_board_memberRemove a member from a Miro board | Remove a member from a Miro board |
list_itemsList items on a board with cursor pagination and optional item type filtering | List items on a board with cursor pagination and optional item type filtering |
get_itemGet a specific item on a Miro board | Get a specific item on a Miro board |
update_itemUpdate an item by sending the Miro item payload for its type | Update an item by sending the Miro item payload for its type |
delete_itemDelete an item from a Miro board | Delete an item from a Miro board |
create_sticky_noteCreate a sticky note on a Miro board | Create a sticky note on a Miro board |
create_shapeCreate a shape item on a board | Create a shape item on a board |
create_textCreate a text item on a board | Create a text item on a board |
create_frameCreate a frame item on a board | Create a frame item on a board |
create_cardCreate a card item on a board | Create a card item on a board |
create_imageCreate an image item from a URL or data URL payload | Create an image item from a URL or data URL payload |
create_connectorCreate a connector between two board items | Create a connector between two board items |
create_groupCreate a group from existing board items | Create a group from existing board items |
list_tagsList tags on a Miro board | List tags on a Miro board |
create_tagCreate a tag on a Miro board | Create a tag on a Miro board |
create_board_export_jobCreate an Enterprise board export job for SVG, HTML, or PDF output | Create an Enterprise board export job for SVG, HTML, or PDF output |
get_board_export_jobGet an Enterprise board export job status | Get an Enterprise board export job status |
get_board_export_job_resultsGet signed result links for an Enterprise board export job | Get signed result links for an Enterprise board export job |
custom_api_callMake a custom call to the Miro REST API v2 | Make a custom call to the Miro REST API v2 |
Triggers
| Name | Description |
|---|---|
new_or_updated_boardPoll accessible Miro boards and emit created or changed boards after the initial baseline | Poll accessible Miro boards and emit created or changed boards after the initial baseline |
new_or_updated_board_itemPoll Miro board items and emit created or changed items after the initial baseline | Poll Miro board items and emit created or changed items after the initial baseline |
Quick Start
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.