返回市场
困惑深度研究

困惑深度研究

作者:arjunkmrm9 星标更新:2025-02-28

项目介绍

Perplexity Deep Research MCP

smithery 徽章

这是一个具有网络搜索功能的Perplexity AI API的Model Context Protocol (MCP) 服务器。该服务器允许AI助手使用Perplexity的聊天完成API和sonar-deep-research模型进行网络搜索。

功能

  • 提供一个deep_research工具,让AI助手能够执行网络搜索
  • 使用Perplexity的聊天完成API和sonar-deep-research模型

工具:deep_research

服务器提供了一个deep_research工具,其输入参数如下:

  • query(必需):要执行的搜索查询
  • search_recency_filter(可选):按时间筛选搜索结果(选项:month, week, day, hour)

配置

环境变量

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

响应格式

deep_research工具的响应包括:

  • 搜索结果的内容
  • 信息来源的引用

通过Smithery安装

要通过Smithery自动为Claude Desktop安装perplexity-deep-research:

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

许可证

MIT