kapyn
MCP serversMemory & reasoning 路 MCP server

Sequential Thinking MCP server

Help the model plan in explicit steps. A reference server that lets an assistant break a problem into a structured, revisable chain of thoughts, improving how it works through complex tasks.

Category
Memory & reasoning
Maintained by
Official
Protocol
Model Context Protocol
Source
modelcontextprotocol/servers
View on GitHubBrowse all MCP servers

Installing Sequential Thinking

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

A reference server that lets an assistant break a problem into a structured, revisable chain of thoughts, improving how it works through complex tasks.

Like any MCP server, Sequential Thinking plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Memory & reasoning MCP servers