★ 2 stars
Rust
🔌 API Integration
Updated 1mo ago
🖥️ Control your computer effortlessly with our AI SDK, enabling seamless interaction with apps and websites without virtual machines or pixel-based issues.
View on GitHub →
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
Topics
ai-sdk api-development application-integration backend-development client-app computer-vision cross-platform data-processing frontend-development machine-learning mcp-server programming-tools real-time-communication software-development user-interface