Netzschule Miro
Freeby MCP Community
A Model Context Protocol server to connect to the MIRO Whiteboard Application. Supports board filtering by owner/team.
v0.10.0Added Apr 12, 2026
Netzschule Miro MCP Server
A Model Context Protocol server to connect to the MIRO Whiteboard Application. Supports board filtering by owner/team.
Installation
Reviews
Installation
Quick install
npx -y @my-best-code/netzschule-miro-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"netzschule-miro": {
"command": "npx",
"args": ["-y", "@my-best-code/netzschule-miro-mcp"]
}
}
}