Skip to content
Grok

Windows MCP for Grok

io.github.cursortouch/windows-mcp

An MCP Server for computer-use in Windows OS

client:Grok transport:stdio runtime:pypi

Install Windows MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "windows-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "windows-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

Windows MCP in other clients