mcp-server-perplexity
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 <a href="https://glama.ai/mcp/servers/hchfq9bydq"><img width="380" height="200" src="https://glama.ai/mcp/servers/hchfq9bydq/badge" alt="Perplexity Server MCP server" /></a> ## 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" } } } ``` ---
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"
}
}
}
Recommend MCP Servers 💡
memvid
A Streamable-HTTP MCP Server that encodes text data into videos for semantic search using memvid.
@wong2/mcp-cli
A CLI inspector for the Model Context Protocol
@plainsignal/plainsignal-mcp
A Model Context Protocol (MCP) server implementation for PlainSignal analytics data that provides tools for retrieving analytics reports and metrics.
topoteretes/cognee-mcp
A Model Context Protocol server for cognee’s memory engine, enabling structured knowledge graph storage and querying for AI agents
kibana-mcp
Model Context Protocol (MCP) server for Kibana Security, designed to manage alerts, rules, and exceptions via AI assistants.
mcp-server-actor-critic-thinking
A Model Context Protocol (MCP) server for dual-perspective thinking analysis, utilizing the Actor-Critic methodology to provide comprehensive performance evaluation and actionable feedback.