A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).
gomcp
is an MCP server written in
Go.
It exposes tools to interact with Lightpanda Browser via CDP protocol.
flowchart LR;
A[CDP Client]-->|SSE or stdio|gomcp;
gomcp-->|CDP|B[Lightpanda browser];
gomcp
requires you to have already installed Lightpanda
Browser.
You need to install Go to build from source.
Once you have cloned the repository, build the binary with go build
.
By default, gocmp
starts a local instance of Lightpanda browser.
On the first run, you need to download the binary with the command:
$ gomcp download
The browser is stored in the user config directory.
$XDG_CONFIG_HOME/lightpanda-gomcp
or HOME/.config/lightpanda-gomcp
on
Linux, $HOME/Library/Application Support/lightpanda-gomcp
on Macosx.
You can remove the downloaded binary with gomcp cleanup
command.
You can connect on a remote browser with the option --cdp
.
$ gomcp -cdp ws://127.0.0.1:9222 stdio
You can configure gomcp
as a source for your Claude
Desktop.
Claude Desktop uses the stdio transport to connect to an MCP server.
Edit the claude_desktop_config.json
configuration file and add gomcp
as the mcp
server and restart Claude Desktop.
{
"mcpServers": {
"lightpanda": {
"command": "/path/to/gomcp",
"args": ["stdio"]
}
}
}
The model context protocol website gives a way to find claude_desktop_config.json file.
You can start gomcp
as a
stdio.
$ ./gomcp stdio
You can start gomcp
as a
SSE.
By default, the server listens to the HTTP connection at 127.0.0.1:8081
.
$ ./gomcp sse
2025/05/06 14:37:13 INFO server listening addr=127.0.0.1:8081
gomcp
is built thanks of open source projects, in particular:
Secure fetch to prevent access to local resources
Interact with Yahoo Finance to get stock data, market news, and financial information using the yfinance Python library.
Control the Chrome browser for web automation using an AI model. Requires the MCP Chrome extension.
A server for browser automation using Google Chrome, based on the MCP framework.
Provides real-time financial market data from Yahoo Finance.
Automate web browsers and perform web scraping tasks using the Playwright framework.
Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
Fast, token-efficient web content extraction that converts websites to clean Markdown. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching with minimal dependencies.
Download video and audio from various platforms like YouTube, Facebook, and TikTok using yt-dlp.
Fetch YouTube subtitles