Skip to main content
Browser AutomationGo

lightpanda-io/gomcp

An MCP server in Go for Lightpanda, the ultra fast headless browser designed for web automation

browser-automationcloud-servicelocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/lightpanda-io/gomcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "gomcp": {
      "command": "npx",
      "args": [
        "-y",
        "lightpanda-io/gomcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Go
Author
lightpanda-io