Labsco
lightpanda-io logo

Lightpanda Go MCP server

โ˜… 65

from lightpanda-io

A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Lightpanda Go MCP server


: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.


gomcp is an MCP server written in Go.

It exposes tools to interact with Lightpanda Browser via CDP protocol.

Copy & paste โ€” that's it
flowchart LR;
  A[CDP Client]-->|SSE or stdio|gomcp;
  gomcp-->|CDP|B[Lightpanda browser];

Thanks

gomcp is built thanks of open source projects, in particular: