Skip to content
Grok

gecko-mcp for Grok

io.github.frumane/gecko-mcp

Control Firefox browsers (Floorp, LibreWolf, Zen, Firefox) from any MCP client.

client:Grok transport:stdio runtime:npm

Install gecko-mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gecko-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gecko-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

gecko-mcp in other clients