Skip to main content
Other Tools and IntegrationsPython

Rai220/think-mcp

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-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Rai220/think-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
Rai220