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 Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
コメント