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 💡
binary_ninja_mcp
A Binary Ninja plugin providing an MCP server for integrating Binary Ninja's reverse engineering capabilities with LLM/MCP clients.
shrimp-task-manager
An MCP server for intelligent task management for AI-powered development, enabling agents to break down complex projects, maintain context, and accelerate workflows.
@liuyoshio/mcp-compass
MCP Discovery & Recommendation Service that helps find the right MCP server for needs
citystack-kumbh
A Python-based MCP tool that helps users find civic services like hospitals in Nashik using real-time data, designed for events like Kumbh Mela 2027.
injunko/figma-mcp-server
Give AI coding tools access to Figma data through Model Context Protocol server for accurate design implementation.
@plainsignal/plainsignal-mcp
A Model Context Protocol (MCP) server implementation for PlainSignal analytics data that provides tools for retrieving analytics reports and metrics.