Go library, CLI, and MCP server for Camoufox browser automation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gomoufox": {
"command": "go",
"args": [
"run",
"github.com/ehmo/gomoufox@latest"
]
}
}
}
Run in terminal:
claude mcp add gomoufox go run github.com/ehmo/gomoufox@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gomoufox": {
"command": "go",
"args": [
"run",
"github.com/ehmo/gomoufox@latest"
]
}
}
}