Skip to content

Releases: RapierCraft/Perplexity-Comet-MCP

v2.6.2 - Complete WSL Support

11 Jan 00:24

Choose a tag to compare

Fixed

  • WSL Support Complete - Fixed windowsFetch to 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_connect that 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_connect to preserve all existing tabs instead of cleaning up blank tabs

Full Changelog: v2.6.0...v2.6.2

v2.5.1 - Fix Completion Detection

10 Jan 11:08

Choose a tag to compare

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-mcp

v2.5.0 - Production-Ready Release

10 Jan 10:59

Choose a tag to compare

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

Links

npm package
Documentation