page-agent

GitHub

JavaScript in-page GUI agent. Control web interfaces with natural language.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "page-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-page-agent"
      ]
    }
  }
}