Perplexity Comet MCP
Related Servers
Alternatives to Perplexity Comet MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceConnects Claude Code to the Perplexity Comet browser to enable autonomous web browsing and agentic research. It features multi-tab management, smart completion detection, and a specialized tool set for organized information retrieval.8137 npm2-
- AlicenseAqualityBmaintenanceBridges Claude with Perplexity's Comet browser for autonomous web browsing, research, and multi-tab workflow management. Supports dynamic content interaction, login wall handling, file uploads, and intelligent completion detection across Windows, macOS, and WSL platforms.8137 npm51MIT
- AlicenseAqualityFmaintenanceConnects Claude to Perplexity Comet's agentic browser for autonomous web browsing, deep research, and real-time task monitoring. Enables Claude to delegate web research tasks and receive comprehensive results through multiple browsing modes.650 npm180MIT
- AlicenseAqualityDmaintenanceGives Claude a browser that thinks by connecting to Perplexity's Comet browser via Chrome DevTools Protocol, enabling AI-powered web search, navigation, reading, clicking, and screenshots while keeping Claude's context clean.112MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to control a browser via Playwright for web scraping, automation, and research, with features like navigation, screenshots, form filling, and PDF export.6 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables browser automation and web interaction control through Playwright, allowing Claude Code to navigate, click, fill forms, take screenshots, and manage sessions.85 npm7MIT
TDQS
Scored across 8 tools
The tools cover distinct actions: connecting, asking, polling, stopping, screenshotting, tab management, mode switching, and file upload. However, ask, poll, and stop have some overlap in the task lifecycle, and poll's role is unclear without an explicit async task starter, which could cause misselection.
All tools share the comet_ prefix and use lowercase single-word actions, which is readable. However, comet_tabs and comet_mode are noun-based rather than verb-based, breaking the otherwise verb-like pattern.
8 tools is appropriate for a browser control/agent interface, covering the main operations without redundancy or bloat.
The surface covers connection, interaction, monitoring, control, and file upload, which are the core operations. Minor gaps like explicit navigation or tab close are handled indirectly through ask/manage, so agents can still achieve workflows.