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 & reasoningMaintained by
OfficialProtocol
Model Context ProtocolSource
modelcontextprotocol/servers
Memory & reasoningMaintained by
OfficialProtocol
Model Context ProtocolSource
modelcontextprotocol/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.