1. Conduid
  2. AI
  3. Perplexity MCP
MCP server · AI

Perplexity MCP

A lightweight, easy-to-use Model Context Protocol (MCP) implementation that seamlessly integrates Perplexity's powerful AI models into Claude Desktop. This bridge lets Claude access Perplexity's search and reasoning capabilities through Anthropic's standardized tool interface.

Unclaimed ISC last commit 6 months ago ai
64Good

Scored 3 months ago · breakdown

About Perplexity MCP

Perplexity MCP is an MCP server published by Family-IT-Guy in the AI category: a lightweight, easy-to-use Model Context Protocol (MCP) implementation that seamlessly integrates Perplexity's powerful AI models into Claude Desktop. This bridge lets Claude access Perplexity's search and reasoning capabilities through Anthropic's standardized tool interface. It has been installed 0 times through Conduid.

The repository has 16 stars and 1 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx perplexity-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Perplexity MCP

Powered by Claude · Grounded in docs

I know everything about Perplexity MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Perplexity Intelligent MCP Server

An intelligent Perplexity research MCP server for Claude Desktop with automatic model selection, multi-model synthesis, and persistent research history.

Features

  • Intelligent Model Selection: Auto-picks the right Perplexity model based on your query
  • Research History: Saves all research to ~/Documents/Perplexity Research/
  • Multi-Model Synthesis: Combines multiple models for comprehensive research
  • Search History: Search past research to avoid duplicate queries
  • Built-in Citations: Every response includes sources and references

Quick Setup

Prerequisites

Configure Claude Desktop

Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{
  "mcpServers": {
    "perplexity-research": {
      "command": "npx",
      "args": ["-y", "@familyitguy/perplexity-mcp"],
      "env": {
        "PERPLEXITY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Replace your-api-key-here with your Perplexity API key.

Restart Claude Desktop

Quit completely (Cmd+Q) and reopen. You're done!

Available Tools

research

Intelligent Perplexity search with auto-logging.

Use: "Research the current state of AI in healthcare"

deep_research

Multi-model synthesis for comprehensive research.

Use: "Do a deep research on renewable energy trends"

search_research

Search past research for existing findings.

Use: "Search my research for React performance"

list_research_threads

List all saved research threads.

read_research_thread

Read a specific past research thread.

list_models

Show available Perplexity models and when to use each.

Models

Model Best For
sonar Simple factual lookups, current events
sonar-pro Multi-source research, fact-checking
sonar-reasoning-pro Why/how questions, complex analysis (default)
sonar-deep-research Exhaustive research, comprehensive reports

Research Storage

All research is automatically saved to:

~/Documents/Perplexity Research/
├── topic-name-2025-01-15.md
├── another-topic-2025-01-16.md
└── ...

You can browse your research history in Finder anytime.

Environment Variables

Variable Description Default
PERPLEXITY_API_KEY Your Perplexity API key Required
PERPLEXITY_RESEARCH_DIR Custom research directory ~/Documents/Perplexity Research/

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Perplexity MCP

How do I install Perplexity MCP?

Run npx perplexity-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Perplexity MCP safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Perplexity MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.