Munim Computer Use for Cursor
io.github.munimtechnologies/munim-computer-use
Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.
client:Cursor
transport:stdio
runtime:npm
Install Munim Computer Use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"munim-computer-use": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"munim-computer-use"
],
"env": {
"COMPUTER_USE_BROWSER": "<COMPUTER_USE_BROWSER>",
"COMPUTER_USE_AGENT_CURSOR": "<COMPUTER_USE_AGENT_CURSOR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs