🖥️ Control your computer effortlessly with our AI SDK, enabling seamless interaction with apps and websites without virtual machines or pixel-based issues.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-client-co": {
"command": "cargo",
"args": [
"run",
"--",
"MCP-server-client-computer-use-ai-sdk"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-client-co cargo run -- MCP-server-client-computer-use-ai-sdk
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-client-co": {
"command": "cargo",
"args": [
"run",
"--",
"MCP-server-client-computer-use-ai-sdk"
]
}
}
}
📋 Copy