Sequential Thinking

by Anthropic · Code Tools

15,000 stars5,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

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-thinking

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "sequential-thinking": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ],
      "command": "npx"
    }
  }
}