lightpanda-io/gomcp
An MCP server in Go for Lightpanda, the ultra fast headless browser designed for web automation
Quick Start
Clone the repository:
git clone https://github.com/lightpanda-io/gomcpClaude Desktop configuration example:
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": [
"-y",
"lightpanda-io/gomcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.