import BetaNotice from '@/components/BetaNotice' import CodeEditor from '@/components/CodeEditor' import { Heading } from '@/components/Heading' export default function McpServerPage() { return (
Use the MCP server to let your local agent send natural-language browser tasks to Page Agent Ext.
1. Install Page Agent Ext in Chrome.
2. Add the MCP server to your local agent client.
3. Start the client and approve the Hub connection in the browser when prompted.
4. Ask your agent to do something in the browser. The client will call execute_task
for you.
The Hub is the control center for communication between Page Agent Ext and external callers.
When the MCP server starts, it opens a local launcher page. The launcher asks the extension to open the Hub tab, and the Hub receives tasks from your local agent. MCP uses this path, but the Hub itself is the extension's general external communication entry point.