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
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
~/Library/Application\ Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "your-perplexity-api-key"
}
}
}
Install via CLI
npx mdskills install tanigami/mcp-server-perplexityPerplexity MCP Server is a free, open-source AI agent skill. 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
Install Perplexity MCP Server with a single command:
npx mdskills install tanigami/mcp-server-perplexityThis downloads the skill files into your project and your AI agent picks them up automatically.
Perplexity MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.