Back to MCP directory
publicPublicdnsLocal runtime

Perplexity Deep Research

Perplexity Deep Research MCP是一个为Perplexity AI API提供网络搜索功能的模型上下文协议服务器,支持AI助手使用sonar-deep-research模型进行网络搜索。

article

README

🚀 Perplexity 深度研究 MCP

这是一个用于 Perplexity AI API 的模型上下文协议(MCP)服务器,具备强大的网络搜索功能。借助该服务器,AI 助手可利用 Perplexity 的聊天完成 API 和 sonar 深度研究模型开展网络搜索。

✨ 主要特性

  • 提供deep_research工具,赋能 AI 助手执行网络搜索。
  • 运用 Perplexity 的聊天完成 API 与 sonar 深度研究模型。

📦 安装指南

通过史密西工厂安装

若要为 Claude Desktop 自动安装 perplexity - deep - research,可访问史密西,并执行以下命令:

npx -y @smithery/cli install @arjunkmrm/perplexity-deep-research --client claude

📚 详细文档

工具:deep_research

此服务器提供的deep_research工具,其输入参数如下: | 参数 | 详情 | | ---- | ---- | | query | 要执行的搜索查询(必需) | | search_recency_filter | 按时效性过滤搜索结果(可选,选项:月、周、天、小时) |

配置

环境变量

  • PERPLEXITY_API_KEY:你的 Perplexity API 密钥(必需)

响应格式

deep_research工具的响应包含:

  • 搜索结果内容
  • 信息引用

📄 许可证

本项目采用 MIT 许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client