Bring Whiteboarding
to Google ADK
Create your Vinkius account to connect Miro to Google ADK and start using all 14 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Miro MCP Server?
Connect your Miro account to any AI agent and take full control of your visual collaboration through natural conversation.
What you can do
- Board Management — List, create, update and inspect boards with their descriptions, owners and permissions
- Item Operations — Browse all widgets on a board (sticky notes, cards, shapes, texts, connectors, images) with their content and positions
- Content Creation — Create sticky notes and cards programmatically with custom content and canvas positions
- Member Management — List board members and add new users with specific roles (owner, admin, editor, commenter, viewer)
- Comments — Read and add comments on boards for async collaboration feedback
How it works
- Subscribe to this server
- Enter your Miro Access Token (OAuth 2.0 or Personal Access Token)
- Start managing your visual workspace from Claude, Cursor, or any MCP-compatible client
No more switching to the Miro app to check board content or add a quick sticky note. Your AI acts as a dedicated visual collaboration assistant.
Who is this for?
- Product Managers — quickly review board contents, add meeting notes as sticky notes and track team feedback without opening Miro
- Designers — audit board items, review card contents and manage board membership for design reviews
- Team Leads — monitor collaboration activity, review comments and ensure proper board access for team members
Built-in capabilities (14)
Requires the board ID and user ID. Optionally set the role (owner, admin, editor, commenter, viewer). The user must already have a Miro account. Add a member to a Miro board
Requires the board name and optionally a description. Returns the created board with its ID, view link and edit link. Create a new Miro board
Requires the board ID and card title. Optionally set a description and x,y position. Cards are structured content widgets with title and description fields. Create a card widget on a Miro board
Requires the board ID and comment content. Optionally reply to an existing comment by providing its ID as parent_id. Add a comment to a Miro board
Requires the board ID and the sticky note content (text). Optionally set the x,y position on the canvas. Returns the created sticky note with its ID and position. Create a sticky note on a Miro board
Provide the board ID and item ID. WARNING: this action is irreversible. Delete an item from a Miro board
Provide the board ID (found in the board URL or from list_boards). Get details for a specific Miro board
Provide the board ID and item ID. Get details for a specific item on a Miro board
Returns user ID, name, email, avatar and account type. Use this to verify your access token is working correctly and to see which user identity the API calls will appear as. Get the authenticated Miro user context
) placed on a Miro board. Each item includes its type, ID, content, position, rotation, size and style. Optionally filter by item type (sticky_note, card, shape, text, connector, image, embed, frame, document, mind_map) and set a limit. List items (widgets) on a Miro board
Each member shows their user ID, name, email, role (owner, admin, editor, commenter, viewer) and permission level. Optionally set a limit. List members of a Miro board
Each board includes its ID, name, description, creation date, owner and permissions. Optionally set a limit on the number of results. Use this to discover boards before accessing their content. List Miro boards accessible by the user
Each comment includes its ID, content text, author info, creation date and parent comment ID (for replies). Optionally set a limit. List comments on a Miro board
Provide the board ID and the new name and/or description. Only provided fields will be updated. Update a Miro board name or description
Why Google ADK?
Google ADK natively supports Miro as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 14 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
- —
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
- —
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Miro
- —
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
- —
Seamless integration with Google Cloud services means you can combine Miro tools with BigQuery, Vertex AI, and Cloud Functions
Miro in Google ADK
Why run Miro with Vinkius?
The Miro connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 14 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Miro using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Miro and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Miro to Google ADK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Miro for Google ADK
Every request between Google ADK and Miro is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I get a Miro Access Token?
Go to Miro Developer Portal, create an app, and generate a Personal Access Token (PAT) or set up OAuth 2.0. PATs are simpler for personal use — go to your app settings and create a token under 'Personal Access Tokens'. Copy it immediately as it won't be shown again.
Can I create sticky notes programmatically?
Yes! Use create_sticky_note with the board ID and content text. Optionally set x,y coordinates on the canvas for precise positioning. The sticky note will appear on the board immediately and all collaborators will see it in real-time.
Can I manage board members via the API?
Yes! Use list_board_members to see who has access and their roles, and add_board_member to grant access to new users with a specific role (owner, admin, editor, commenter, viewer). The user must already have a Miro account.
Can I filter board items by type?
Yes! Use list_board_items with the type parameter to filter by: sticky_note, card, shape, text, connector, image, embed, frame, document, or mind_map. This is useful for finding specific widget types without loading all board content.
How does Google ADK connect to MCP servers?
Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
Can ADK agents use multiple MCP servers?
Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
Which Gemini models work best with MCP tools?
Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.
McpToolset not found
Update: pip install --upgrade google-adk
Explore More MCP Servers
View all →
Deep Talk
10 toolsEquip your AI agent to analyze conversation datasets, extract topics, and monitor sentiment via the Deep Talk API.

Telekom Malaysia (TM) OIP
10 toolsOrchestrate Telekom Malaysia (TM) services — manage broadband plans, service orders, and network usage directly from any AI agent.

OmniEngage
12 toolsReach customers across email, SMS, push, and in-app with unified omnichannel marketing that personalizes every touchpoint.

Superdocu
12 toolsAutomate document collection and client onboarding with Superdocu and AI agents.
