Back to MCP Servers

Think

Enhances any agent's reasoning capabilities by integrating the think-tools, as described in [Anthropic's article](https://www.anthropic.com/engineering/claude-think-tool).

other-tools-and-integrationsagent

Installation

npx -y think-mcp

Configuration

{
  "mcpServers": {
    "think-mcp": {
      "command": "npx",
      "args": ["-y", "think-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub