miro for Cursor
com.mcparmory/miro
Create and manage collaborative boards, items, and diagrams programmatically
client:Cursor
transport:stdio
runtime:pypi
Install miro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"miro": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-miro"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs