The MCP server provides browser automation capabilities through a Chrome extension, allowing terminal-based agents to interact with websites via a live browser session.
From the registry: MCP server for browser automation with AI agent
Please install the `browser-agent` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Chrome extension** — Install the Runbook AI Chrome extension and enable MCP; configure LLM API key (https://chromewebstore.google.com/detail/runbook-ai/kjbhngehjkiiecaflccjenmoccielojj)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","runbook-ai-mcp@latest"]
Note: Requires running Chrome with the Runbook AI extension side panel open; MCP server connects to extension via WebSocket on port 9003.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.LLM_API_KEYrequiredAPI key for the LLM provider.MODEL_NAMErequiredName of the AI model to be used.BASE_URLrequiredBase URL for the LLM provider.MCP server for Firecrawl web scraping, structured data extraction and web search integration.