Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Perplexity AI

FreeNot checked

Connects Claude Desktop to Perplexity AI's language models through a lightweight proxy, offering web search capabilities with llama-3.1-sonar-small-128k-online

GitHubEmbed

About

Connects Claude Desktop to Perplexity AI's language models through a lightweight proxy, offering web search capabilities with llama-3.1-sonar-small-128k-online and multi-turn conversations with mixtral-8x7b-instruct.

README

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

from github.com/family-it-guy/perplexity-mcp

Install Perplexity AI in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install perplexity-ai

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add perplexity-ai -- npx -y @familyitguy/perplexity-mcp

Step-by-step: how to install Perplexity AI

FAQ

Is Perplexity AI MCP free?

Yes, Perplexity AI MCP is free — one-click install via Unyly at no cost.

Does Perplexity AI need an API key?

No, Perplexity AI runs without API keys or environment variables.

Is Perplexity AI hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Perplexity AI in Claude Desktop, Claude Code or Cursor?

Open Perplexity AI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Perplexity AI with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs