Home › Other › Perplexity-Comet-MCP

Perplexity-Comet-MCP

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

TypeScript
★ 51 stars Last pushed 2026-06-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.5.0)

npx -y perplexity-comet-mcp@2.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "perplexity-comet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perplexity-comet-mcp@2.5.0"
      ],
      "env": {
        "COMET_PATH": "<YOUR_VALUE>",
        "COMET_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • COMET_PATH — Custom path to Comet browser executable (optional)
  • COMET_PORT — Chrome DevTools Protocol port (default: 9223)

Related servers

Data from the Official MCP Registry