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
- RAG Documentation- Retrieve and process documentation using vector search to provide context for AI assistants. 
- Spryker Search Tool- Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language. 
- Google Search Engine- A server for Google search and webpage content extraction, built on Cloudflare Workers with OAuth support. 
- Everything Search- Perform lightning-fast local file searches on Windows using the Everything Search Engine. 
- SearchAPI Agent- An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys. 
- Typesense MCP Server- An MCP server for interacting with the Typesense search engine. 
- RedNote MCP- Search and retrieve content from the Xiaohongshu (Red Book) platform. 
- YouTube MCP Server- Search YouTube videos, retrieve transcripts, and perform semantic search over video content. 
- Data Gouv MCP Server- Interact with the French government's open data platform (data.gouv.fr) to search for company information. 
- WikiJS- Search and retrieve content from a WikiJS knowledge base.