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"
}
}
}
संबंधित सर्वर
RAG Documentation
Retrieve and process documentation using vector search to provide context for AI assistants.
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.
Librarian
A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.
MCP Knowledge Base
A knowledge base server that processes local documents (PDF, DOCX, TXT, HTML) and answers questions based on their content using similarity search.
Tavily MCP Server
Web search using the Tavily API.
Academic Research MCP Server
Research papers from arXiv, Google Scholar, and Wikipedia with citation metrics
Shodan
Query Shodan's database of internet-connected devices and vulnerabilities using the Shodan API.
Hunter MCP Server
Enables natural language interaction with Hunter's B2B data via its API.
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.