← Reddit

I reverse-engineered the Perplexity app and built an MCP that turns your Perplexity/Comet account into a Claude MCP, so Claude can search like crazy and read 200+ sources in one answer with your personal account subscription without API product needed. [Experiment - Educational Purpose]

Reddit · Aggravating_Bad4639 · May 2, 2026

Detailed Analysis

A developer has reverse-engineered the Perplexity mobile/desktop application and constructed a Model Context Protocol (MCP) server that bridges a user's existing Perplexity or Comet subscription directly into Claude's tool-use ecosystem. The project, published on GitHub under the Automations-Project organization and demonstrated via a YouTube video showcase, allows Claude to invoke Perplexity's underlying search infrastructure — reportedly synthesizing over 200 sources in a single response — without requiring access to Perplexity's official paid API product. The integration targets VSCode-based Claude workflows and is explicitly labeled as experimental and for educational purposes, signaling that the author is aware of the legal and terms-of-service ambiguities inherent in the approach.

The technical significance lies in the distinction between using a commercial API and reverse-engineering a client application's internal network calls. Perplexity offers a developer API tier that charges per request, whereas consumer subscriptions (including the newer Comet browser product) bundle unlimited or high-volume search into a flat monthly fee. By intercepting and replicating the authenticated HTTP requests the Perplexity app makes on behalf of a logged-in user, the developer effectively tunnels that consumer-tier access into an MCP tool that Claude can call programmatically. This sidesteps API billing entirely, which is both the project's primary appeal and its central legal risk — most SaaS terms of service prohibit automated or programmatic use of consumer-tier accounts.

From a broader Model Context Protocol perspective, this project exemplifies the rapid democratization of MCP tooling following Anthropic's open release of the protocol specification. MCP was designed to allow Claude and other AI systems to connect to external data sources and tools in a standardized way, and the open nature of that specification has predictably led to a long tail of community-built connectors that extend far beyond officially sanctioned integrations. The Perplexity MCP sits in a growing category of "gray market" MCPs — tools that are technically functional and genuinely useful but exist in tension with the upstream service's commercial model and acceptable use policies.

The project also reflects a meaningful capability gap that developers are actively trying to close. Claude, as of early 2026, relies on retrieval-augmented generation through tools rather than natively browsing the live web, meaning its real-time knowledge access is entirely dependent on what MCP servers or built-in tools are available in a given deployment. Perplexity's core competency — multi-source, citation-rich web synthesis — is precisely the capability Claude users most frequently seek to augment. The fact that a single developer could replicate much of that pipeline through client reverse-engineering underscores both how valuable real-time search grounding has become and how fragmented the official tooling ecosystem remains for users who want it without per-query API costs.

Longer term, projects like this create pressure on both Anthropic and Perplexity to offer more accessible, affordable integration pathways. Anthropic has incentive to maintain a rich MCP tool ecosystem to keep Claude competitive with natively web-connected models, while Perplexity has incentive to either enforce its terms more strictly or launch a first-party Claude MCP to capture developer goodwill and prevent unofficial workarounds from eroding the perceived value of its API tier. The educational framing adopted by the project's author is a common convention in the reverse-engineering community for signaling intent and limiting liability, but it does not resolve the underlying tension between open AI tooling culture and closed commercial platform economics.

Read original article →