Perplexity MCP Server
@MCP-Mirror
关于 Perplexity MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": ""
}
}
}
}工具
1Request chat completion with citations from Perplexity
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论