Install to ToolCloud
One click. No local setup. Works with any MCP client.
A tool for dynamic, reflective problem-solving through a structured thinking process. Break down complex problems step-by-step with revision support.
problem-solvingreasoningthinking
Manual Installation
Claude Code
claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinkingCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"sequential-thinking": {
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"command": "npx"
}
}
}