JavaScript in-page GUI agent. Control web interfaces with natural language.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"page-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-page-agent"
]
}
}
}