Sequential Thinking MCP Server 配置与使用说明
安装方式npx
风险等级低风险
API Key不需要
客户端3 个支持
结构化思考工具,帮助 AI 进行分步推理和问题分解
支持客户端
- Claude Desktop
- Cursor
- VS Code / Cline
安装命令
npx -y @modelcontextprotocol/server-sequential-thinking配置示例
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}权限范围与安全提示
纯逻辑工具,不访问文件、网络或系统资源
风险评分:0/10
来源
最近核验:2026-05-18。客户端版本和配置格式可能变化,使用前请以官方文档为准。