Skip to content
Claude Desktop

Sequential Thinking for Claude Desktop

io.github.modelcontextprotocol/server-sequential-thinking

Reference server that gives a model a structured scratchpad for step-by-step problem solving, with revision and branching of earlier thoughts.

client:Claude Desktop transport:stdio runtime:npm tools:1

Install Sequential Thinking in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Sequential Thinking in other clients