MCP Catalogs
Home

comet-mcp

by hanzili·155·Score 47

MCP server connecting Claude Code to Perplexity Comet browser for intelligent web browsing and research.

browser-automationweb-scrapingdeveloper-tools
25
Forks
3
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

Comet MCP is a Model Context Protocol server that bridges Claude Code with Perplexity Comet browser, enabling a multi-agent approach to web browsing. Instead of having Claude handle both coding and browsing tasks, it delegates web interactions to Comet, which is purpose-built for web research. This maintains Claude's focus on coding while leveraging Comet's specialized web navigation capabilities for login handling, dynamic content, and deep research tasks.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Web research and information gathering
you:Account login and management across websites
you:Complex web navigation and form filling
you:What platforms are supported?
you:How does Comet MCP differ from browser automation tools?

When to choose this

Choose Comet MCP when you need complex web browsing capabilities beyond simple search APIs, especially for sites requiring login, navigation, or handling dynamic content.

When NOT to choose this

Avoid if you need direct browser control without the Comet dependency, or if you're working on platforms not supported (macOS, Windows, WSL2 only).

Tools this server exposes

6 tools extracted from the README
  • comet_connect

    Connect to Comet browser (auto-starts if needed)

  • comet_ask

    Send a task to Comet and wait for response

  • comet_poll

    Check progress on long-running Comet tasks

  • comet_stop

    Stop the current Comet task

  • comet_screenshot

    Capture a screenshot of the current Comet page

  • comet_mode

    Switch Comet modes: search, research, labs, learn

Comparable tools

browser-usepuppeteer-mcpplaywright-mcpweb-fetch

Installation

Install the package via npm:

npm install -g comet-mcp

Add to Claude configuration (e.g., ~/.claude.json or .mcp.json):

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

Install Perplexity Comet browser from https://www.perplexity.ai/comet and configure if needed with custom path:

{
  "mcpServers": {
    "comet-bridge": {
      "command": "npx",
      "args": ["-y", "comet-mcp"],
      "env": {
        "COMET_PATH": "/path/to/your/Comet"
      }
    }
  }
}

FAQ

What platforms are supported?
macOS, Windows, and WSL2. For WSL2, mirrored networking needs to be enabled.
How does Comet MCP differ from browser automation tools?
Comet MCP uses a multi-agent approach where Claude focuses on coding while Comet handles web browsing, rather than having one agent do everything.

On Hacker News

Recent discussion from the developer community.

Compare comet-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.