@hanzili/comet-mcp
MCP server connecting Claude Code to Perplexity's Comet browser via Chrome DevTools Protocol (CDP).
Install
Add @hanzili/comet-mcp to Claude Code with the PolySkill CLI: polyskill add @hanzili/comet-mcp
Instructions
# CLAUDE.md ## What This Is MCP server connecting Claude Code to Perplexity's Comet browser via Chrome DevTools Protocol (CDP). ## Architecture ``` Claude Code → MCP Server (index.ts) → CometAI (comet-ai.ts) → CDP Client (cdp-client.ts) → Comet Browser ``` ## 6 Tools - `comet_connect` - Start/connect to Comet browser - `comet_ask` - Send prompt, wait for response (15s default, use poll for longer) - `comet_poll` - Check status of long-running tasks - `comet_stop` - Stop current task - `comet_screenshot` - Capture current page - `comet_mode` - Switch Perplexity modes (search/research/labs/lear…
Keywords: github, chrome-devtools, mcp-server, claude-code, perplexity-comet, browser-integration, api-connection, devtools-protocol, coding-assistant