MCP Perplexity Server
@lostmind008
MCP Perplexity Server について
Model Context Protocol server implementation for Perplexity API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"perplexity-ask": {
"command": "npx",
"args": [
"-y",
"github:lostmind008/mcp-perplexity-server"
],
"env": {
"PERPLEXITY_API_KEY": "your-api-key",
"MCP_SERVER_PORT": "3000",
"MCP_MODE": "ask"
}
},
"perplexity-search": {
"command": "npx",
"args": [
"-y",
"github:lostmind008/mcp-perplexity-server"
],
"env": {
"PERPLEXITY_API_KEY": "your-api-key",
"MCP_SERVER_PORT": "3001",
"MCP_MODE": "search"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Perplexity Server?
An MCP server implementation that wraps the Perplexity API, supporting Ask and Search modes, designed for use with any MCP client.
How to use MCP Perplexity Server?
Install by adding a configuration entry to your MCP client, specifying the command npx -y github:lostmind008/mcp-perplexity-server, and set the required environment variable PERPLEXITY_API_KEY plus optional MCP_SERVER_PORT and MCP_MODE. Invoke via the client using server names like perplexity-ask or perplexity-search.
Key features of MCP Perplexity Server
- Supports both Ask and Search modes
- Simple configuration via environment variables
- Direct integration with MCP clients
- Runs via npx without local installation
Use cases of MCP Perplexity Server
- Query Perplexity AI for factual answers using Ask mode
- Get search results from Perplexity AI using Search mode
- Integrate Perplexity capabilities into MCP-compatible applications
FAQ from MCP Perplexity Server
What modes does MCP Perplexity Server support?
It supports Ask mode and Search mode, configured via the MCP_MODE environment variable (default: 'ask').
What environment variables are required?
Only PERPLEXITY_API_KEY is required. Optional variables: MCP_SERVER_PORT (default 3000) and MCP_MODE (default 'ask').
How do I run MCP Perplexity Server?
It runs automatically when invoked by an MCP client using npx -y github:lostmind008/mcp-perplexity-server. No local installation is needed.
What is the default port?
The default port is 3000, but can be changed via MCP_SERVER_PORT.
Does MCP Perplexity Server require external dependencies?
It requires an MCP client to invoke it and a valid Perplexity API key. It runs via npx, so Node.js and npm must be available.
「AI とエージェント」の他のコンテンツ
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.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
コメント