MCP Directory
Back

mcp-think-tool

by DannyMac180 · Python · ★ 130

An MCP server implementing the think tool for Claude

Install

pip install git+https://github.com/DannyMac180/mcp-think-tool.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-think-tool": {
      "command": "uvx",
      "args": [
        "git+https://github.com/DannyMac180/mcp-think-tool.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server implementing the "think" tool for improving Claude's complex reasoning capabilities. This MCP server implements the "think" tool as described in Anthropic's [blog post](https://www.anthropic.com/engineering/claude-think-tool), which provides Claude with a dedicated space for structured thinking during complex problem-solving tasks. The think tool has been shown to significantly improve performance in complex tasks requiring policy adherence and reasoning in long chains of tool calls. - **Structured Thinking Space**: Provides Claude with a dedicated place…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers