Back to MCP Servers
🔌

Rai220/think-mcp

MITAPI key required

🐍 🏠 - Enhances any agent's reasoning capabilities by integrating the think-tools, as described in .

PythonAI & LLMs

Install

npx -y rai220-think-mcp

Required environment variables

TAVILY_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "rai220-think-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rai220-think-mcp"
      ],
      "env": {
        "TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.