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
By Rai220
Installation
npx -y think-mcpConfiguration
{
"mcpServers": {
"think-mcp": {
"command": "npx",
"args": ["-y", "think-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes