MCP Server for the Perplexity API. - askperplexity: Request chat completion with citations from Perplexity - On macOS: ~/Library/Application\ Support/Claude/claudedesktopconfig.json - On Windows: %APPDATA%/Claude/claudedesktopconfig.json
Add this skill
npx mdskills install tanigami/mcp-server-perplexityProvides Perplexity API integration but lacks detail on tool parameters and configuration options
1# Perplexity MCP Server23[](https://smithery.ai/server/mcp-server-perplexity)45MCP Server for the Perplexity API.67> :warning: **Limitations:**8> - The Claude Desktop client may timeout if Perplexity processing takes too long9> - This issue might be resolved if Claude Desktop implements support for long running operations and progress reporting in the future10> - Implementation updates to handle these features will be made if they become available1112<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>1314## Components1516### Tools1718- **ask_perplexity**: Request chat completion with citations from Perplexity1920## Quickstart2122### Install2324#### Claude Desktop2526- On macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`27- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`2829```30"mcpServers": {31 "Perplexity": {32 "command": "uvx",33 "args": [34 "mcp-server-perplexity"35 ],36 "env": {37 "PERPLEXITY_API_KEY": "your-perplexity-api-key"38 }39 }40}41```42
Full transparency — inspect the skill content before installing.