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 とエージェント」の他のコンテンツ
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.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
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)
コメント