Server Directory
AI & LLMAdvanced Official

Sequential Thinking

by Anthropic

GitHub
18.5k

A thinking tool that helps models break down complex problems through structured, sequential reasoning steps. Supports revisions and branching of thought paths.

CAPABILITIES

  • Step-by-step reasoning
  • Dynamic thought chain adjustment
  • Revision of previous steps
  • Branching thought paths
  • Hypothesis tracking

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-sequential-thinking

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
AI & LLM
Difficulty
Advanced
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-sequential-thinking

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →