Comet MCP
by hanzili
Connect Claude Code to Perplexity Comet for agentic web browsing, deep research, and real-time monitoring.
What it does
Comet MCP bridges the gap between LLM reasoning and active web browsing by delegating web tasks to Perplexity Comet, an AI purpose-built for research. Instead of the primary agent struggling with navigation and login walls, Comet handles the heavy lifting of the web, returning structured results to the agent.
Tools
comet_connect: Establishes a connection to the Comet browser, auto-starting it if necessary.comet_ask: Sends a specific research or browsing task and waits for a response.comet_poll: Checks the progress of long-running research tasks.comet_stop: Immediately halts the current active task.comet_screenshot: Captures a visual snapshot of the current page.comet_mode: Switches between search, research, labs, and learn modes.
Installation
Add the following to your claude_desktop_config.json or .mcp.json:
{
"mcpServers": {
"comet-bridge": {
"command": "npx",
"args": ["-y", "comet-mcp"]
}
}
}
Note: Requires Perplexity Comet browser installed on your system.
Supported hosts
- Claude
- Claude Code
Quick install
npx -y comet-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars






