Perplexity
Interacting with Perplexity
Perplexity MCP Server
MCP Server for the Perplexity API.
:warning: Limitations:
- The Claude Desktop client may timeout if Perplexity processing takes too long
- This issue might be resolved if Claude Desktop implements support for long running operations and progress reporting in the future
- Implementation updates to handle these features will be made if they become available
Components
Tools
- ask_perplexity: Request chat completion with citations from Perplexity
Quickstart
Install
Claude Desktop
- On macOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- On Windows:
%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "your-perplexity-api-key"
}
}
}
Related Servers
LLM Jukebox
Enables LLMs to search, download, and extract information from YouTube music videos.
Perplexica Search
Perform conversational searches with the Perplexica AI-powered answer engine.
AWS Documentation
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Web fetch and search MCP Server
Provides web search, Wikipedia search, and web content fetching capabilities using OCaml.
Unsloth AI Documentation
Search and retrieve content from the Unsloth AI documentation.
Exa
Search Engine made for AIs by Exa
Package Registry Search
Search and get up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
Inkeep
RAG Search over your content powered by Inkeep
Gemini DeepSearch MCP
An automated research agent using Google Gemini models and Google Search to perform deep, multi-step web research.