Skip to content
VS Code

agentfenster for VS Code

com.agentfenster/agentfenster

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

client:VS Code transport:stdio runtime:pypi

Install agentfenster in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentfenster": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentfenster-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentfenster in other clients