← Index

io.github.RapierCraft/perplexity-comet-mcp

io.github.RapierCraft/perplexity-comet-mcp·v2.5.0·AI & LLMs
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "perplexity-comet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perplexity-comet-mcp"
      ],
      "env": {
        "COMET_PATH": "<comet_path>",
        "COMET_PORT": "<comet_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "perplexity-comet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perplexity-comet-mcp"
      ],
      "env": {
        "COMET_PATH": "<comet_path>",
        "COMET_PORT": "<comet_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y perplexity-comet-mcp
§02  Environment variables
COMET_PATH

Custom path to Comet browser executable (optional)

COMET_PORT

Chrome DevTools Protocol port (default: 9223)

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs