windows computer use mcp for Grok
io.github.hiphopanda/windows-computer-use-mcp
Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.
client:Grok
transport:stdio
runtime:npm
Install windows computer use mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"windows-computer-use-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"windows-computer-use-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs