Miro MCP
Exposes Miro whiteboard capabilities from the official SDK including boards, items, and collaboration features.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
This community-built MCP server wraps the official Miro SDK to provide whiteboard manipulation capabilities. The maintainer k-jarzyna appears to be a solo developer with limited public profile and sparse repository activity. The package is distributed via npm with standard installation, which provides reasonable supply chain hygiene. Permissions are moderately scoped: the server can read and write Miro boards, items, and collaboration features through the official API, requiring a MIRO_ACCESS_TOKEN with potentially broad workspace access. Transparency is limited by thin documentation and unclear maintenance commitment. No security incidents are known. The main risk stems from the solo maintainer's bus factor and the potentially broad scope of Miro API permissions granted through the access token, which could affect entire workspaces if compromised.
Green flags
- Uses official Miro SDK rather than custom API implementation
- Standard npm package distribution with versioning
- No known security incidents or malicious activity
- Scoped to Miro API domain only, no filesystem or shell access
Red flags
- Solo maintainer with limited public profile and sparse activity
- MIRO_ACCESS_TOKEN may grant broad workspace access beyond single boards
- Thin documentation on permission scoping and token requirements
- No clear maintenance commitment or update schedule visible
Permissions requested
Install
npx -y @k-jarzyna/mcp-miro
MIRO_ACCESS_TOKENReview
Install this if you run collaborative sessions in Miro and want to automate board setup or content population. Skip it if you're a casual Miro user or don't need programmatic whiteboard access. The token setup is painless and the workflows it unlocks are genuinely useful for facilitators.
Good at
- Wraps the official Miro SDK, so you get reliable API coverage for boards, sticky notes, and collaboration primitives.
- Automates repetitive workshop prep like creating swim lanes, populating sticky notes, and scaffolding board structures.
- Handles authentication cleanly with a single environment variable, no OAuth dance required.
- Useful for synthesising conversation threads into visual artefacts without leaving Claude.
Watch out
- Batch operations can feel slow because the REST API isn't optimised for bulk writes.
- Community-maintained by a single developer, so updates and feature additions may lag.
- Miro's permissions model means token scope issues won't surface until you try to write to a board.
- Overkill if you're not running regular collaborative sessions or workshops in Miro.
Use cases
- board creation
- sticky note generation
- workshop facilitation
- visual ideation
Getting started
Works with
Similar MCPs
- AsanaOfficial Asana MCP. Access the Work Graph - tasks, projects, teams - from AI clients via OAuth. Remote server, Streamable HTTP transport, no local install needed.
- ClickUpOfficial ClickUp MCP - ~49 tools across 14 categories (tasks, docs, time tracking, chat, comments, bulk ops). The largest project-management surface area in any MCP server right now.
- NotionNotion's official MCP for reading and writing pages, databases, and comments. Best-in-class for personal-knowledge-base agents.
- LinearCreate, update, and query Linear issues from Claude. Useful for teams whose PM lives in Linear and want the agent to file tickets from conversation.