:warning: This project was a first experiment to expose an MCP for [Lightpanda Browser](https://lightpanda.io/). But now, the browser embed an MCP
If you want an AI assistant working directly with Gomcp, the gomcp mcp server is the bridge. :warning: This project was a first experiment to expose an MCP for Lightpanda Browser. But now, the browser embed an MCP server natively. More details in the native MCP blog post.
:warning: This project was a first experiment to expose an MCP for Lightpanda Browser. But now, the browser embed an MCP server natively. More details in the native MCP blog post.
Once connected, the assistant can call this tool directly:
Requirements — gomcp requires you to have already installed Lightpanda BrowserSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
gomcp requires you to have already installed Lightpanda Browser.
Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. Gomcp sits in that group, and the shape of its toolset — Requirements — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Requirements | gomcp requires you to have already installed [Lightpanda Browser](https://lightpanda.io/docs/getting-started/installation). |
gomcp requires you to have already installed Lightpanda Browser.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.