Perplexity MCP Server
Adds Perplexity AI as a tool provider for Claude Desktop.
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
- Node.js 18+ (download)
- Claude Desktop
- Perplexity API key (get one at perplexity.ai/settings/api)
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
Related Servers
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
MCP-SearXNG-Enhanced Web Search
An enhanced MCP server for SearXNG web searching, utilizing a category-aware web-search, web-scraping, and includes a date/time retrieval tool.
Tavily Search
AI-powered web search using the Tavily Search API.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).
Google Maps MCP Server
Integrates Google Maps for route planning, traffic analysis, and cost estimation.
Langflow Document Q&A Server
A document question-and-answer server powered by Langflow.
Source Library
Search and cite 500+ translated historical texts (alchemy, Hermeticism, Renaissance) with DOI-backed academic citations. Access rare Latin and German manuscripts from the 15th-18th centuries.
Ferryhopper MCP Server
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
Geocoding Tool
Convert city names and locations into latitude and longitude coordinates using the free OpenStreetMap Nominatim API. No API key is required.
Agently MCP
Discover public A2A agents on the Agently platform using its public API.