Perplexity MCP Server
Provides access to Perplexity's AI models through two tools: 'perplexity_ask' for sending single questions and 'perplexity_chat' for multi-turn conversations, with support for customizable model selection.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Perplexity MCP ServerResearch the latest developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Perplexity MCP Server
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 |
| Your Perplexity API key | Required |
| Custom research directory |
|
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceFacilitates interaction with AWS Bedrock-enabled tools by implementing Anthropic's Model Context Protocol for seamless tool integration and communication.55MIT
- AlicenseCqualityDmaintenanceA Node.js implementation that enables Claude to interact with Perplexity AI's language models through Anthropic's Model Context Protocol, providing tools for advanced chat completions and quick queries.2756Apache 2.0
- FlicenseNot gradedqualityDmaintenanceInterfaces with the Perplexity AI API to provide advanced question answering capabilities through the standardized Model Context Protocol, supporting multiple Perplexity models.
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol implementation with a modular architecture that exposes capabilities through specialized agents, enabling seamless integration with Claude Desktop and web applications.2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Family-IT-Guy/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server