一款实现模型上下文协议(MCP)的极简研究服务器,通过Perplexity的网页界面提供AI驱动的研究能力。
search)执行可配置深度的研究查询
返回原始文本结果
get_documentation)检索带有示例的技术文档
返回结构化文档
find_apis)发现适用于开发需求的相关API
返回API列表及其描述
check_deprecated_code)分析代码片段中的过时模式
返回分析报告
extract_url_content)自动处理GitHub的网页内容解析
返回结构化的内容元数据
chat_perplexity)具有上下文历史记录的持久对话
返回JSON格式的对话状态
git clone https://github.com/wysh3/perplexity-mcp-zerver.git
cd perplexity-mcp-zerver
bun install
bun run build
在您的MCP配置文件中添加:
{
"mcpServers": {
"perplexity-server": {
"command": "bun",
"args": ["/绝对路径/to/build/main.js"],
"timeout": 300
}
}
}
通过您的MCP客户端发起命令:
| 特性 | 本实现 | 传统API |
|---|---|---|
| 认证 | 无需认证 | API密钥 |
| 成本 | 免费 | 按使用计费 |
| 数据隐私 | 本地处理 | 远程服务器 |
| GitHub集成 | 原生支持 | 有限 |
| 历史持久性 | SQLite存储 | 会话基础 |
服务器连接问题
node -v确认Node.js安装内容提取
基于 - DaInfernalCoder/perplexity-researcher-mcp
重构自 - sm-moshi/docshunter
根据GNU GPL v3.0许可 - 查看许可
本项目通过浏览器自动化与Perplexity进行交互。请负责任且合乎道德地使用。稳定性取决于Perplexity网站的一致性。仅供教育用途。