Servers
Go Computer Use Mcp Server
@hightemp
MCP server in Go for computer automation. Uses robotgo library for desktop automation.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
]
}
}
}