Skip to main content
Glama
exqlnet

perplexity-unofficial-mcp

by exqlnet

Related Servers

Alternatives to perplexity-unofficial-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      An unofficial MCP server for Perplexity AI that leverages Pro subscriptions and browser cookies to enable real-time web searches and model selection without an API key. It provides tools for performing queries, listing available models, and automating the login process to manage authentication.
      4
      13 npm
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      Comprehensive MCP server providing full programmatic control over the Perplexity API, including agent, sonar, search, embeddings, key management, and cost estimation tools.
      14
      -
    • A
      license
      Not graded
      quality
      Not graded
      maintenance
      A Python port of the official Perplexity MCP server that enables web-grounded Q\&A, deep research, and step-by-step reasoning via Perplexity AI's models. It supports both STDIO and HTTP interfaces for seamless integration with tools like Claude Desktop and Cursor.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      MCP server for Perplexity AI Pro that enables deep web search, thread management, and export of answers using an existing Perplexity Pro subscription and browser session cookie.
      5
      14 npm
      MIT

    TDQS

    B3.4/5.0

    Scored across 4 tools

    Disambiguation2/5

    All four tools take a query and return answer text, with nearly identical boilerplate warnings about avoiding frequent calls. The boundaries between perplexity_ask and perplexity_search are especially unclear since search also returns answer text, and only perplexity_research (heavy) and perplexity_reason (reasoning) are somewhat distinct.

    Naming Consistency5/5

    Every tool follows the exact same perplexity_<action> snake_case pattern with no deviations. The naming is fully predictable and consistent.

    Tool Count5/5

    Four tools align with the four Perplexity modes (ask, search, reason, research), which is a well-scoped set for a wrapper. No obvious missing or redundant tools based on the stated purpose.

    Completeness4/5

    The surface covers the main query modes, but perplexity_search returns answer text rather than fully structured search results, and there is no explicit conversational/session tool. These are minor gaps that agents can likely work around.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues