Content
# Perplexity MCP Server
[](https://smithery.ai/server/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"
}
}
}
```
You Might Also Like

Continue
Continue is an open-source project for seamless server management.

repomix
Repomix packages your codebase into AI-friendly formats for seamless integration.

Mastra
Mastra is a TypeScript framework for building AI agents and assistants.
mcp-context-protector
mcp-context-protector secures MCP servers against untrusted risks with a...
context-protector
MCP security wrapper
mcp-database-server
MCP Database Server provides database access for Claude, supporting SQLite,...