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"
}
}
}
Máy chủ liên quan
MCP Open Library
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
Yandex Search
A web search server that uses the Yandex Search API.
Freesound MCP Server
Search and discover audio content from Freesound.org for video editing and content creation.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
grep.app Code Search
Search code across millions of public GitHub repositories using the grep.app API.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.
Greenbook
A lightweight Model Context Protocol (MCP) server that exposes Greenbook data and tools for market research professionals, analysts, and related workflows.
Wikipedia
Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).