Perplexity Ask MCP Server
@ppl-ai
关于 Perplexity Ask MCP Server
The official MCP server implementation for the Perplexity API Platform
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"perplexity-ask": {
"command": "npx",
"args": [
"-y",
"@chatmcp/server-perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Perplexity Ask MCP Server?
It is the official MCP server implementation for the Perplexity API Platform, providing AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API. It is designed for developers integrating Perplexity into MCP-compatible clients such as Cursor, Claude Desktop, VS Code, and others.
How to use Perplexity Ask MCP Server?
Install the npm package @perplexity-ai/mcp-server and run it via npx -y in stdio mode, or deploy as an HTTP server using Docker or Node.js. Set the PERPLEXITY_API_KEY environment variable to your API key from the Perplexity API Portal. Configure clients by adding a mcpServers entry in their respective config files (e.g., ~/.cursor/mcp.json for Cursor). Optional environment variables include PERPLEXITY_TIMEOUT_MS, PERPLEXITY_BASE_URL, PERPLEXITY_LOG_LEVEL, and PERPLEXITY_PROXY for proxy support.
Key features of Perplexity Ask MCP Server
perplexity_search: Direct web search via the Search API with ranked results and metadata.perplexity_ask: Conversational AI with real-time web search using thesonar-promodel.perplexity_research: Deep, comprehensive research using thesonar-deep-researchmodel.perplexity_reason: Advanced reasoning and problem-solving with thesonar-reasoning-promodel.- Optional
strip_thinkingparameter forperplexity_reasonandperplexity_researchto remove thinking tags. - Support for proxy configuration via
PERPLEXITY_PROXYor standardHTTPS_PROXY/HTTP_PROXYenvironment variables. - HTTP deployment mode with configurable port, CORS origins, and allowed hosts.
Use cases of Perplexity Ask MCP Server
- Performing quick web searches within an AI assistant to retrieve current information.
- Answering everyday questions with conversational AI that includes real-time search context.
- Generating thorough research reports and deep analysis on complex topics.
- Solving intricate analytical tasks requiring advanced reasoning and multi-step problem-solving.
FAQ from Perplexity Ask MCP Server
Why am I getting an API key error?
Ensure the PERPLEXITY_API_KEY environment variable is set to a valid API key from the Perplexity API Portal.
What should I do if a tool
AI 与智能体 分类下的更多 MCP 服务器
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
评论