gomcp
If you are the rightful owner of gomcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Lightpanda Go MCP server is an MCP server written in Go, designed to interact with the Lightpanda Browser using the CDP protocol.
The Lightpanda Go MCP server, known as `gomcp`, is a Model Context Protocol (MCP) server implemented in the Go programming language. It facilitates interaction with the Lightpanda Browser through the Chrome DevTools Protocol (CDP). The server can be configured to run locally or connect to a remote browser instance. It supports different transport methods, including standard input/output (stdio) and Server-Sent Events (SSE), making it versatile for various use cases. The server is particularly useful for developers looking to automate browser tasks or integrate browser functionalities into their applications. It is built on top of several open-source projects, including the Go language and Chromedp, and requires the Lightpanda Browser to be installed for full functionality.
Features
- Written in Go for efficient performance and easy integration.
- Supports interaction with Lightpanda Browser via CDP protocol.
- Offers multiple transport methods: stdio and SSE.
- Can be configured for local or remote browser connections.
- Built on open-source technologies like Chromedp and Go.