Perplexity Comet MCP

A production-grade MCP (Model Context Protocol) server that bridges Claude Code with Perplexity's Comet browser for autonomous web browsing, research, and multi-tab workflow management. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-22 · ★ 49 · #78 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Perplexity Comet MCP

before you install - you'll need

COMET_PATH

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add rapiercraft-perplexity-comet-mcp -- npx -y perplexity-comet-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rapiercraft-perplexity-comet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perplexity-comet-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package perplexity-comet-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.RapierCraft is GitHub-verified and matches the repo owner

03 · What Perplexity Comet MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools, including comet_connect, comet_ask.

The 2 tools it gives your agent

Extracted from the project's README - what perplexity-comet-mcp lets an agent do.

comet_connect
- Establish connection to Comet browser. Auto-launches if not running.
comet_ask
- Send a prompt to Comet and wait for the complete response. Automatically triggers agentic browsing for URLs and action-oriented requests.

Latest releases

v2.6.2 · 2026-01-11

Fixed · WSL Support Complete - Fixed windowsFetch to use PowerShell on WSL (was incorrectly using native fetch which connects to WSL localhost instead of Windows) · Tab Cleanup Crash - Removed aggressive tab cleanup in…

v2.5.1 · 2026-01-10

Bug Fix · Fixed completion detection incorrectly reporting "working" status after tasks completed. · The issue: When Comet finished a task, historical step text ("Clicking", "Typing:", etc.) remained on the page…

v2.5.0 · 2026-01-10

What's New · Production-grade MCP server bridging Claude Code with Perplexity's Comet browser for autonomous web browsing and automation. · Autonomous Web Browsing - Comet navigates, clicks, types, and extracts data…

04 · Who maintains Perplexity Comet MCP

perplexity-comet-mcp is maintained by rapiercraft. We track 2 MCP servers from rapiercraft - 2 actively maintained, 50 combined GitHub stars, oldest repo from Jan 2026.

05 · Facts

category
browser automation - ranked #78 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.RapierCraft/perplexity-comet-mcp (active, first published 2026-01-10 · 2 versions)
packages
npm:perplexity-comet-mcp

06 · Perplexity Comet MCP FAQ

What is Perplexity Comet MCP?

A production-grade MCP (Model Context Protocol) server that bridges Claude Code with Perplexity's Comet browser for autonomous web browsing, research, and multi-tab workflow management. It runs locally over stdio via the published package.

Is Perplexity Comet MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-22. We re-verify nightly.

How do I install Perplexity Comet MCP?

Run `npx -y perplexity-comet-mcp`. The README documents one environment variable (COMET_PATH) to set first. You can also paste the ready-made client config above.

Does Perplexity Comet MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Perplexity Comet MCP

More browser automation MCP servers · Page Map · Cochlea · Fenestra MCP · IDA Pro MCP Fusion · Browser Agent

More TypeScript MCP servers · N8n MCP · Vnsh · Mindmap MCP Server · Claudexor · Awesome Copilot MCP Server (rbbtsn0w) · see all