Loading...
npx -y @smithery/cli install @llmindset/mcp-miro --client claude{
"mcpServers": {
"mcp-miro": {
"command": "/path/to/node-or-npx",
"arguments": [
"/path/to/mcp-miro/build/index.js",
"--token","MIRO-OAUTH-KEY"
]
}
}
}Get Board ContentsRetrieves the contents of a specified Miro board.
Read-only operation; no modification of the board.
Create StickyCreates a new sticky note on a Miro board.
Adds content to the board; non-destructive.
Create ShapeCreates a new shape on a Miro board.
Adds content to the board; non-destructive.
Read BoardReads the metadata and structure of a Miro board.
Read-only operation; no modification of the board.
Read FrameReads the contents of a specific frame within a Miro board.
Read-only operation; no modification of the board.
Read ContentsReads the contents of a specific object on a Miro board.
Read-only operation; no modification of the board.
Bulk CreateCreates multiple objects (e.g., sticky notes, shapes) on a Miro board in a single operation.
Adds content to the board; non-destructive but can significantly alter the board state.
This server allows for both read and write operations on Miro boards, making it moderately risky. The use of OAuth provides some security, but careful management of the token and awareness of the potential impact of bulk operations are essential.