# alibaba/page-agent | Model Context Protocol (MCP) Server > JavaScript in-page GUI agent. Control web interfaces with natural language. - **Stars**: ⭐ 28,606 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "page-agent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-page-agent" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "page-agent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-page-agent" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-page-agent` - **Docker**: `docker run -i --rm mcp/page-agent`