Desktop automation MCP server — computer use for any AI agent: control screen, windows, mouse/keyboard, and Chrome via Model Context Protocol (stdio)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nuphus-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"nuphus-mcp"
]
}
}
}
Run in terminal:
claude mcp add nuphus-mcp cargo run -- nuphus-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"nuphus-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"nuphus-mcp"
]
}
}
}