mcp-server-perplexity
MCP Server für die Perplexity API. > :warning: **Einschränkungen:** > - Der Claude Desktop-Client kann ein Timeout verursachen, wenn die Perplexity-Verarbeitung zu lange dauert > - Dieses Problem könnte behoben werden, wenn Claude Desktop in Zukunft Unterstützung für lang laufende Operationen und Fortschrittsberichte implementiert > - Implementierungsaktualisierungen zur Behandlung dieser Funktionen werden vorgenommen, sobald sie verfügbar sind <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> ## Komponenten ### Tools - **ask_perplexity**: Fordert Chat-Vervollständigung mit Zitaten von Perplexity an ## Schnellstart ### Installation #### Claude Desktop - Unter macOS: `~/Library/Application\\ Support/Claude/claude_desktop_config.json` - Unter 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 💡
calcom-mcp
A FastMCP server for interacting with the Cal.com API, enabling LLMs to manage event types, create bookings, and access scheduling data.
@kennyckk/mcp_hkbus
A MCP server providing real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times.
awslabs.bedrock-kb-retrieval-mcp-server
An MCP server for accessing and querying Amazon Bedrock Knowledge Bases, enabling natural language retrieval, data source filtering, and result reranking.
osp_marketing_tools
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing and product marketing techniques.
a2a-mcp-server
A MCP server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.
perplexity-mcp
An intelligent research assistant powered by Perplexity's specialized AI models with automatic query complexity detection to route requests to optimal models.