Computer-Use Agents API for Claude Desktop
io.github.hcompai/hai-agents
Run and manage H Company's Computer-Use Agents from any MCP client.
client:Claude Desktop
transport:streamable-http
tools:9
Install Computer-Use Agents API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hai-agents": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agp.hcompany.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs