Perplexity MCP Server
@MCP-Mirror
About Perplexity MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": ""
}
}
}
}Tools
1Request chat completion with citations from Perplexity
Overview
What is Perplexity MCP Server?
Perplexity MCP Server is a Model Context Protocol server that provides a tool—ask_perplexity—for requesting chat completions with citations from the Perplexity API. It is designed for developers using MCP clients (such as Claude Desktop) who want to integrate Perplexity’s search-grounded answers.
How to use Perplexity MCP Server?
Install it by adding an entry to your Claude Desktop configuration file with the command uvx, arguments ["mcp-server-perplexity"], and the environment variable PERPLEXITY_API_KEY set to your Perplexity API key. Once configured, you can invoke the ask_perplexity tool from your MCP client to get chat completions with citations.
Key features of Perplexity MCP Server
- Exposes a single MCP tool:
ask_perplexity - Returns chat completions with citations from Perplexity
- Easy to install via
uvxand Claude Desktop config - Works with any MCP client supporting tools
Use cases of Perplexity MCP Server
- Query Perplexity for answers that include cited sources
- Incorporate factual, citation-backed responses into AI workflows
- Use Perplexity’s chat completion within MCP-enabled applications
FAQ from Perplexity MCP Server
What does the ask_perplexity tool do?
It requests a chat completion from Perplexity and returns the response along with citations.
What are the known limitations of this server?
The Claude Desktop client may timeout if Perplexity’s processing takes too long. This might be resolved if Claude Desktop adds support for long-running operations and progress reporting.
How do I configure the server?
Set the PERPLEXITY_API_KEY environment variable in your Claude Desktop configuration, using uvx as the command and mcp-server-perplexity as the argument.
Do I need an API key to use this server?
Yes, a valid Perplexity API key is required and must be provided via the PERPLEXITY_API_KEY environment variable.
More AI & Agents MCP servers
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Comments