Perplexity MCP 服务器
一款由 Perplexity 专用 AI 模型驱动的智能研究助手。它具有自动查询复杂度检测功能,可将请求路由到最合适的模型以获得最佳结果。与官方服务器不同,它拥有针对所有任务的搜索功能,本质上
工具
快速提示:由于实现差异,深度研究工具将与 cline 等一些工具超时,但不会与 cursor 等其他工具超时,但原因工具可以弥补这一点。
1. 搜索(Sonar Pro)
快速搜索简单查询和基本信息查找。最适合需要简洁直接答案的简单问题。
2.Reason(Sonar Reasoning Pro)
处理需要详细分析的复杂、多步骤任务。非常适合解释、比较和解决问题。
3.深度研究(Sonar深度研究)
进行全面的研究并生成详细的报告。非常适合深入分析复杂的主题。
智能模型选择
服务器自动分析查询复杂度以将请求路由到最合适的模型:
- 简单查询→ Sonar Pro
- 基本信息查找
- 直截了当的问题
- 简要事实
- 复杂查询→ Sonar Reasoning Pro
- 如何/为什么的问题
- 比较
- 逐步解释
- 解决问题的任务
- 研究查询→ Sonar 深度研究
- 深入分析
- 综合研究
- 详细调查
- 多方面主题
您可以在任何工具的参数中使用force_model: true
覆盖自动选择。
设置
- 先决条件
- Node.js(来自nodejs.org )
- Perplexity API 密钥(来自perplexity.ai/settings/api )
- 将 repo 克隆到某处
- 配置 MCP 设置
添加到您的 MCP 设置文件(位置因平台而异):
或者使用 NPX 而不必在本地安装(推荐用于 macos):
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
这个基于 TypeScript 的服务器使用 MCP 概念实现了一个简单的笔记系统,使用户能够通过自然语言提示创建、列出和总结文本笔记。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityThis TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.Last updated -15989TypeScript
- AsecurityAlicenseAqualityThis TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.Last updated -50TypeScriptMIT License
- -securityFlicense-qualityThis TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP concepts.Last updated -27TypeScript
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, enabling users to manage text notes with creation and summarization functionalities through structured prompts.Last updated -1289JavaScript