AI / MLTypeScript

think-mcp-server

This MCP server enhances Claude's reasoning capabilities with structured thinking during complex problem-solving tasks.

Free
N/A rating (0 reviews)0 installs127 GitHub stars
structured reasoningClaudethink tool

The Think Tool MCP server implements Anthropic's 'think' tool, providing Claude with a dedicated space for structured reasoning. This allows for more thoughtful, accurate, and reliable responses, particularly in complex scenarios. The tool has shown significant performance improvements in various tasks, including customer service and software engineering benchmarks, while maintaining minimal implementation overhead. By enabling Claude to pause and reflect during response generation, the 'think' tool excels in situations that require intricate problem-solving and adherence to detailed policies. It outperforms traditional methods like extended thinking and baseline prompting, making it especially powerful when combined with optimized prompting strategies.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1