Back to MCP Servers
Gomcp
An MCP server in Go for Lightpanda, the ultra fast headless browser designed for web automation
browser-automationgobrowserautomation
Installation
npx -y gomcpConfiguration
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": ["-y", "gomcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes