mcp-miro
by evalstate
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MIRO_OAUTH_KEY | Yes | Your OAuth key for MIRO Whiteboard Application. Pass as an environment variable or using the '--token' argument. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
Working with MIRO | Basic prompt for working with MIRO boards |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_boards | List all available Miro boards and their IDs |
create_sticky_note | Create a sticky note on a Miro board. By default, sticky notes are 199x228 and available in these colors: gray, light_yellow, yellow, orange, light_green, green, dark_green, cyan, light_pink, pink, violet, red, light_blue, blue, dark_blue, black. |
bulk_create_items | Create multiple items on a Miro board in a single transaction (max 20 items) |
get_frames | Get all frames from a Miro board |
get_items_in_frame | Get all items contained within a specific frame on a Miro board |
create_shape | Create a shape on a Miro board. Available shapes include basic shapes (rectangle, circle, etc.) and flowchart shapes (process, decision, etc.). Standard geometry specs: width and height in pixels (default 200x200) |