MiroBridge node: LLM-driven Miro board manipulation via MCP tools. Dispatches commands to the MiroBridge browser component running in the Miro iframe; results return via USER_ACTION sendUserAction.
{
"mcpServers": {
"gravity-platformmiro-bridge": {
"command": "npx",
"args": [
"-y",
"@gravity-platform/miro-bridge"
]
}
}
}