Perplexity MCP Server
@MCP-Mirror
About Perplexity MCP Server
Mirror of
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Perplexity MCP Server?
The Perplexity MCP Server is a Node.js implementation of Anthropic's Model Context Protocol (MCP) that enables Claude to interact with Perplexity's language models. It provides a secure bridge between Claude and Perplexity AI’s capabilities through tool use.
How to use Perplexity MCP Server?
Install dependencies with npm install, create a .env file with your PERPLEXITY_API_KEY, and build with npm run build. Add the server to Claude Desktop by updating claude_desktop_config.json with the command to run the compiled dist/index.js and the environment variable for the API key.
Key features of Perplexity MCP Server
- Chat completion tool with full message history (
perplexity_chat) - Simple single‑query tool for quick questions (
perplexity_ask) - Supports multiple Llama‑3.1‑Sonar models (small, large, huge)
- Environment‑based API key configuration
- Comprehensive error handling and input validation
- Communicates over stdio transport
Use cases of Perplexity MCP Server
- Enhance Claude with real‑time, online‑enabled Perplexity AI models
- Perform quick fact‑checking or summarization via
perplexity_ask - Build conversational workflows using
perplexity_chatwith message history - Integrate Perplexity’s language capabilities into existing Claude‑based applications
FAQ from Perplexity MCP Server
How do I configure the server for Claude Desktop?
Edit claude_desktop_config.json (located at %APPDATA%/Claude/config/ on Windows, ~/Library/Application Support/Claude/config/ on macOS, or ~/.config/Claude/config/ on Linux) and add the server entry with the correct path to dist/index.js and your PERPLEXITY_API_KEY.
What dependencies does it require?
Node.js, the @modelcontextprotocol/sdk (^1.0.3), dotenv (^16.4.7), and isomorphic-fetch (^3.0.0). The server is built with TypeScript.
What transport does the server use?
It communicates via stdio transport, as standard for MCP servers.
How are API keys managed?
The Perplexity API key is read from the PERPLEXITY_API_KEY environment variable, either from the .env file or from the env field in the Claude Desktop configuration.
What should I do if I get authentication errors?
Verify your Perplexity API key is correct in .env or the Claude Desktop config, and check that the key has the required permissions.
More AI & Agents MCP servers
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Comments