Skip to content
Grok

agentfenster for Grok

com.agentfenster/agentfenster

Windows GUI automation on a hidden second desktop, driven from Claude Code over MCP.

client:Grok transport:stdio runtime:pypi

Install agentfenster in Grok

.mcp.json (in your project root)

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

agentfenster in other clients