Releases: RapierCraft/Perplexity-Comet-MCP
v2.6.2 - Complete WSL Support
Fixed
- WSL Support Complete - Fixed
windowsFetchto use PowerShell on WSL (was incorrectly using native fetch which connects to WSL localhost instead of Windows) - Tab Cleanup Crash - Removed aggressive tab cleanup in
comet_connectthat was closing tabs and crashing Comet browser - WSL Networking Detection - Added automatic detection of WSL mirrored networking with helpful error message and setup instructions
Added
- WSL Mirrored Networking Guide - Clear instructions in error messages for enabling WSL2 mirrored networking
- WSL Troubleshooting Docs - Added WSL-specific troubleshooting section to README
Changed
- Simplified
comet_connectto preserve all existing tabs instead of cleaning up blank tabs
Full Changelog: v2.6.0...v2.6.2
v2.5.1 - Fix Completion Detection
Bug Fix
Fixed completion detection incorrectly reporting "working" status after tasks completed.
The issue: When Comet finished a task, historical step text ("Clicking", "Typing:", etc.) remained on the page, falsely triggering the working status check.
The fix: Reordered status detection priority to check completion signals (like "X steps completed") before checking for working text patterns.
Install
npm install -g perplexity-comet-mcpv2.5.0 - Production-Ready Release
What's New
Production-grade MCP server bridging Claude Code with Perplexity's Comet browser for autonomous web browsing and automation.
Features
Autonomous Web Browsing - Comet navigates, clicks, types, and extracts data while Claude focuses on coding
Full Platform Support - Windows, WSL, and macOS compatibility
Tab Management - Track, switch, and close browser tabs with last-tab protection
Smart Completion Detection - Stability-based detection instead of fixed timeouts
Auto-Reconnect - Exponential backoff recovery from connection drops
Deep Research Mode - Leverage Perplexity's research capabilities
Login Wall Handling - Access authenticated content through real browser sessions
File Upload Support - Upload files to web forms via comet_upload
Tools Available
comet_connect - Connect to Comet browser
comet_ask - Send prompts and get responses
comet_poll - Check task progress
comet_stop - Stop current task
comet_screenshot - Capture browser view
comet_tabs - Manage browser tabs
comet_mode - Switch Perplexity modes
comet_upload - Upload files to forms
Installation
npm install -g perplexity-comet-mcp