Skip to content
Grok

FireKey MCP for Grok

io.github.partnerhbhl/firekey-mcp

Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.

client:Grok transport:stdio runtime:npm

Install FireKey MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "firekey-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "firekey-mcp"
      ],
      "env": {
        "FIREKEY_API_KEY": "<FIREKEY_API_KEY>",
        "FIREKEY_PORT": "<FIREKEY_PORT>"
      }
    }
  }
}

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

FireKey MCP in other clients