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"
}
}
}
Perplexity MCP Server
Project Details
- tanigami/mcp-server-perplexity
- MIT License
- Last Updated: 4/15/2025
Recomended MCP Servers
A Slack MCP server
A Model Context Protocol server for interacting with Babashka, a native Clojure interpreter for scripting
Allow LLMs to control a browser with Browserbase and Stagehand
A flexible HTTP fetching Model Context Protocol server.
This tool captures browser console logs and makes them available to Cursor IDE through the Model Context Protocol...
Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Execute a secure shell in Claude Desktop using the Model Context Protocol.
Expose llms-txt to IDEs for development
MCP server enabling Image Generation for LLMs, built in Python and integrated with Together AI.
Model Context Protocol server for KiCad on Mac, Windows, and Linux
一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。





