Skip to content
Gemini CLI

perplexity comet mcp for Gemini CLI

io.github.rapiercraft/perplexity-comet-mcp

Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management

client:Gemini CLI transport:stdio runtime:npm

Install perplexity comet mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "perplexity-comet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perplexity-comet-mcp"
      ],
      "env": {
        "COMET_PATH": "<COMET_PATH>",
        "COMET_PORT": "<COMET_PORT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

perplexity comet mcp in other clients