The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Comet MCP listing page.
Give Claude Code a browser that thinks.
An MCP server that connects Claude Code to Perplexity Comet - enabling agentic web browsing, deep research, and real-time task monitoring.

Existing web tools for Claude Code fall into two categories, both with limitations:
Return static text. No interaction, no login, no dynamic content. Great for quick lookups, but can't navigate complex sites or fill forms.
Can interact with pages, but use a one-agent-do-all approach: the same reasoning model that's writing your code is also deciding where to click, what to type, and how to navigate. This overwhelms the context window and fragments focus.
Comet MCP takes a different approach. Instead of Claude controlling a browser directly, it delegates to Perplexity Comet - an AI purpose-built for web research and browsing.
Add to ~/.claude.json or .mcp.json:
Download and install Perplexity Comet.
That's it! The MCP server automatically launches Comet with remote debugging when needed.
| Tool | Description |
|---|---|
comet_connect | Connect to Comet (auto-starts if needed) |
comet_ask | Send a task and wait for response |
comet_poll | Check progress on long-running tasks |
comet_stop | Stop current task |
comet_screenshot | Capture current page |
comet_mode | Switch modes: search, research, labs, learn |
Claude sends high-level goals ("research X", "log into Y"). Comet figures out the clicks, scrolls, and searches. Results flow back to Claude.
Works out of the box. Comet MCP auto-detects Windows and launches Comet from its default install location.
WSL2 requires mirrored networking to connect to Comet running on Windows:
Enable mirrored networking (one-time setup):
Restart WSL:
That's it! Comet MCP auto-detects WSL and uses PowerShell to communicate with Windows.
If mirrored networking isn't available, you'll see a helpful error message with setup instructions.
If Comet is installed in a non-standard location:
"Cannot connect to Comet"
/Applications/Comet.app%LOCALAPPDATA%\Perplexity\Comet\Application\"WSL cannot connect to Windows localhost"
"Tools not showing in Claude"
MIT