MCP Server
MCP
Computer Use
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "go-computer-use-mcp-server",
"version": "1.1.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"packageArguments": [
{
"value": "-t",
"type": "positional"
},
{
"value": "stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "X11 display to automate on Linux.",
"format": "string",
"name": "DISPLAY"
},
{
"description": "Path to the X11 authority file on Linux.",
"format": "filepath",
"name": "XAUTHORITY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment