Interacting with 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
~/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"
}
}
}
Retrieve parsed search engine results using the SerpApi API.
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
MCP server that performs whois lookup against domain, IP, ASN and TLD.
Search and get up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
Access earthquake data from the USGS Quakes API using natural language queries.
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Web search using OpenAI's o3 model. Requires an OpenAI API key.
Provides semantic search across local files by creating vector embeddings from watched directories.
Search YouTube videos and retrieve their transcripts using the YouTube API.