ai-toolsOfficial
Sequential Thinking MCP
90
Anthropic
Enable structured, step-by-step reasoning for complex problem solving. Helps AI break down problems into logical sequences.
83.0k56.6k/wk515 tokens(0.3%)Official1w ago
thinkingreasoningproblem-solvingstructured
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"sequential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}