MCP-server-client-computer-use-ai-sdk
The MCP server allows users to control their computer using AI, enabling automation of tasks across applications and websites.
The Computer Use AI SDK provides a powerful MCP server that facilitates seamless interaction with your computer. Unlike traditional pixel-based models, this SDK leverages desktop-rendered elements for faster and more reliable performance. Users can create their own agents using a simple template, allowing for a wide range of automation capabilities, such as launching applications, reading content, clicking, entering text, and pressing keys. This opens up endless possibilities for users to enhance their productivity and streamline their workflows. The SDK is designed to be user-friendly and is natively compatible with macOS, eliminating the need for virtual machines or complex setups. With built-in tools and a straightforward installation process, users can quickly get started on building their own AI-driven solutions. Whether you're looking to automate simple tasks or develop complex agents, the Computer Use AI SDK provides the foundational elements to bring your ideas to life.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-client-computer-use-ai-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-client-computer-use-ai-sdk"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions