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
Semantic Scholar
Access Semantic Scholar's academic paper database through their API.
PubMed MCP Server
A server for searching, retrieving, and analyzing articles from the PubMed database.
Tavily
A comprehensive search API for real-time web search, data extraction, and crawling, requiring a Tavily API key.
SearXNG
A privacy-respecting metasearch engine powered by a self-hosted SearXNG instance.
Minima
Local RAG (on-premises) with MCP server.
Perplexity MCP Zerver
Interact with Perplexity.ai using Puppeteer without an API key. Requires Node.js and stores chat history locally.
Grep App
Search code across public GitHub repositories using the grep.app API.
avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
Mevzuat MCP
Provides programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr) for searching and retrieving legal texts.
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.