Skip to main content
Browser AutomationTypeScript

hanzili/comet-mcp

Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring.

browser-automationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/hanzili/comet-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
hanzili