Think Tool MCP 服务器
将 Anthropic 的“思考”工具正式实现为 MCP 服务器- 通过结构化思维显著提高 Claude 的推理能力。
什么是思考工具?
这款 MCP 服务器实现了 Anthropic 在其工程博客文章中介绍的“思考”工具。“思考”工具为 Claude 提供了一个专用的空间,用于在复杂的问题解决任务中进行结构化推理,从而实现更周到、更准确、更可靠的响应。
经过验证的性能优势
Anthropic 的研究表明,使用“思考”工具可以获得显著的改进:
- 复杂客户服务任务改进了 54%
- 显著更好地遵守详细的政策和指导方针
- 增强同一任务多次试验的一致性
- 提高软件工程基准测试的性能
- 与其他增强技术相比,实施开销最小
“思考”工具在其他方法不足的地方表现出色:
- 对于需要复杂工具链的情况**,比扩展思考更好**
- 对于政策密集型场景,比基线提示更有效
- 与优化提示配合使用时尤其有效
快速安装
对于克劳德桌面
对于光标
工作原理
“思考”工具实现了 Anthropic 工程博客中描述的精确机制。与扩展思考(在 Claude 开始响应之前进行)不同,“思考”工具允许 Claude 在响应生成过程中暂停并进行反思。
**关键机制:**该工具不执行任何外部操作或检索新信息 - 它只是为Claude提供了一个专用的便笺簿,以便逐步进行推理,从而大大提高了复杂任务的性能。
当克劳德使用“思考”工具时:
- 它**会停下来组织思路,**然后再继续复杂的推理链
- 它创建了一种解决多步骤问题的结构化方法
- 它更彻底、更一致地验证策略合规性
- 在决定下一步之前,它会仔细分析工具的输出
- 它在长时间交互中保持更好的情境感知
何时使用思考工具
在以下情况下,“思考”工具尤其有价值:
- 与其他 MCP 工具配合使用- 非常适合分析数据库、文件系统或 API 的输出
- 遵循复杂的政策- 非常适合客户服务、法律或合规场景
- 制定连续决策- 非常适合后续步骤依赖于先前步骤的工作流程
- 处理网络搜索结果- 帮助 Claude 综合来自多个来源的信息
- 解决编码挑战——提高软件工程任务的成功率
系统提示以获得最佳结果
Anthropic 的研究表明,将“思考”工具与优化的提示相结合,可以带来最显著的性能提升。为了获得最佳效果,请在您的 Claude 交互中添加以下优化的系统提示:
适用于 Claude Desktop(自定义说明)
- 前往“设置”>“自定义说明”
- 添加以下系统提示:
对于光标(全局规则)
要将思考工具添加为光标规则:
- 打开游标设置
- 导航至“常规”>“AI 规则”
- 添加一条新规则,内容如下:
手动安装
如果您希望在本地运行服务器:
- 克隆存储库:
- 安装依赖项:
- 构建并运行:
- 手动配置 Claude Desktop :
- 查找或创建配置文件:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- 添加您的服务器配置:
- 查找或创建配置文件:
执照
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Anthropic 的“思考”工具的正式实施,为 Claude 提供了一个专门的结构化推理空间,在需要多步骤解决问题的复杂任务上将性能提高了 54%。
Related MCP Servers
- -securityAlicense-qualityEnhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine, allowing Claude to tackle complex multi-step reasoning tasks with greater precision.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.Last updated -48PythonMIT License
- -securityAlicense-qualityA minimal MCP Server that provides Claude AI models with the 'think' tool capability, enabling better performance on complex reasoning tasks by allowing the model to pause during response generation for additional thinking steps.Last updated -5251TypeScriptMIT License
- AsecurityAlicenseAqualityImplements Anthropic's 'think' tool for Claude, providing a dedicated space for structured reasoning during complex problem-solving tasks that improves performance in reasoning chains and policy adherence.Last updated -41055JavaScriptMIT License