Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.
claude mcp add computer-use -- npx -y munim-computer-use
claude_desktop_config.json
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"computer-use": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"munim-computer-use"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.munimtechnologies--computer-use/reviews or the review_server meta-tool.
POST /mcp