Miro for your agents.
Connect Miro once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 5 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Miro.
What agents can do with Miro
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
miro_get_current_userCheck the connection: returns the authenticated Miro user profile (id, name, email).
miro_list_boardsList boards available to the authenticated user. Use `sort` to order by modified or title.
miro_get_boardGet a board by id: its name, description, owner, team, sharing policy, and modification times.
miro_create_boardCreate a new Miro board. `name` is required. Optionally set `description` and `sharing_policy.type` (private, team, public).
miro_create_sticky_noteCreate a sticky note on a board. `data.content` is the text. Optionally set `style.fillColor` (e.g. light_yellow) and position.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Miro's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Miro app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Miro to Even: call connect_begin("miro") on the even-connect MCP and walk me through it.
Create a new collaborative whiteboard, add sticky notes to a board, and list all boards with their metadata.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.