Skip to content
Cursor

FireKey MCP for Cursor

io.github.partnerhbhl/firekey-mcp

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

client:Cursor transport:stdio runtime:npm

Install FireKey MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FireKey MCP in other clients