
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
MCP Server that gives Claude Code superpowers with Perplexity Comet browser - agentic web browsing, deep research, and real-time monitoring
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.
Claude Code is powerful, but it can't browse the web autonomously. Comet can browse, research, and execute multi-step web tasks - but it's isolated in a browser.
comet-mcp bridges them. Now Claude can:
Add to ~/.claude.json (scope: user) or .mcp.json (scope: project):
{
"mcpServers": {
"comet-bridge": {
"command": "npx",
"args": ["-y", "comet-mcp"]
}
}
}
Or install globally first:
npm install -g comet-mcp
Then use:
{
"mcpServers": {
"comet-bridge": {
"command": "comet-mcp"
}
}
}
Download Perplexity Comet and launch with remote debugging:
# macOS
/Applications/Comet.app/Contents/MacOS/Comet --remote-debugging-port=9222
You: "Use Comet to research the top AI frameworks in 2025"
Claude: [connects to Comet, delegates research, monitors progress, returns results]
| Tool | Description |
|---|---|
comet_connect | Connect to Comet (auto-starts if needed) |
comet_ask | Send a task to Comet (non-blocking) |
comet_poll | Check task progress and get results |
comet_stop | Stop current task if off-track |
comet_screenshot | Capture current page |
comet_mode | Switch modes: search, research, labs, learn |
| Mode | Best For |
|---|---|
search | Quick web searches |
research | Deep, comprehensive analysis |
labs | Data visualization & analytics |
learn | Educational explanations |
When sending tasks to Comet via comet_ask, focus on context and goals rather than step-by-step instructions:
Good prompts:
"I need to find the best React state management libraries for a large-scale app.
Compare their bundle sizes, learning curves, and community support."
"Help me understand how Stripe's pricing API works. I'm building a SaaS
and need to implement usage-based billing."
Less effective prompts:
"Go to google.com, search for React state management, click the first result..."
Claude understands the task context; Comet handles the browsing. Let them collaborate - Comet will figure out the best way to navigate and gather information.
# Claude Code conversation
You: Find the top 3 trending Python repos on GitHub
Claude: I'll use Comet to browse GitHub directly.
[comet_connect] → Connected to Perplexity
[comet_mode research] → Switched to research mode
[comet_ask "Find top 3 trending Python repos on GitHub today with their star counts"] → Task sent
[comet_poll] → Status: WORKING, Navigating to github.com/trending...
[comet_poll] → Status: WORKING, Filtering by Python...
[comet_poll] → Status: COMPLETED
Results:
1. project-a - 2.3k stars today
2. project-b - 1.8k stars today
3. project-c - 1.2k stars today
Claude Code ←→ MCP Protocol ←→ comet-mcp ←→ Chrome DevTools Protocol ←→ Comet Browser
↓
Perplexity AI (agentic browsing)
"Cannot connect to Comet"
--remote-debugging-port=9222"Tools not showing in Claude"
~/.mcp.json syntaxMIT
Built for the Claude Code community.
FAQs
MCP Server that gives Claude Code superpowers with Perplexity Comet browser - agentic web browsing, deep research, and real-time monitoring
The npm package comet-mcp receives a total of 85 weekly downloads. As such, comet-mcp popularity was classified as not popular.
We found that comet-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.