Computer
Freeby MCP Community
MCP tool computer for GACUA.
v0.0.1-alpha.10Added Apr 12, 2026
mcpnut-jsai-agent
Computer MCP Server
MCP tool computer for GACUA.
Installation
npx -y @gacua/mcp-computer
Reviews
Installation
Quick install
npx -y @gacua/mcp-computer
Add to claude_desktop_config.json
{
"mcpServers": {
"computer": {
"command": "npx",
"args": ["-y", "@gacua/mcp-computer"]
}
}
}