comet-mcp
by hanzili·★ 155·Score 47
MCP server connecting Claude Code to Perplexity Comet browser for intelligent web browsing and research.
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:
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 READMEcomet_connectConnect to Comet browser (auto-starts if needed)
comet_askSend a task to Comet and wait for response
comet_pollCheck progress on long-running Comet tasks
comet_stopStop the current Comet task
comet_screenshotCapture a screenshot of the current Comet page
comet_modeSwitch Comet modes: search, research, labs, learn
Comparable tools
Installation
Install the package via npm:
npm install -g comet-mcpAdd 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.
- Story by hanzili · 2026-01-04
Compare comet-mcp with
Last updated · Auto-generated from public README + GitHub signals.