gomcp
12
Lightpanda Go MCP server is an MCP server implemented in Go, providing tools for integration with the Lightpanda Browser via the CDP protocol. It supports various configuration options, including integration with Claude Desktop.
Lightpanda Go MCP Server
gomcp
is an MCP server written in Go.- It enables interaction with Lightpanda Browser using the CDP protocol.
Installation
- Requires Lightpanda Browser to be installed.
- Build from source with Go.
Usage
- Starts a local instance of Lightpanda Browser.
- Download the binary using
gomcp download
. - Connect to a remote browser using
--cdp
. - Can be configured as a source for Claude Desktop using stdio transport.
Thanks
- Built using open-source projects like Go, Chromedp, and others.