Perplexity
Interacting with Perplexity
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"
}
}
}
相关服务器
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.
Perplexity MCP Server
Perform real-time internet research with source citations using the Perplexity API.
Enhanced Documentation Search
Provides real-time access to documentation, library popularity data, and career insights using the Serper API.
SerpApi MCP Server
Retrieve parsed search engine results using the SerpApi.
Wikipedia MCP Server
A server that enables LLMs to query and retrieve information from Wikipedia.
MediaWiki MCP Server
Interact with the MediaWiki API to search and retrieve content from Wikipedia or other MediaWiki sites.
Volcengine Knowledge Base MCP
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.
MarineTraffic MCP Server
Provides access to MarineTraffic vessel tracking data.
Web Search
Enables free web searching using Google search results, with no API key required.