MCP Think Tool Server
MCP Think Tool Server
클로드의 복잡한 추론 능력을 향상시키기 위한 "생각" 도구를 구현한 모델 컨텍스트 프로토콜(MCP) 서버입니다.
개요
이 MCP 서버는 Anthropic의 블로그 게시물 에 설명된 "think" 도구를 구현합니다. 이 도구는 Claude에게 복잡한 문제 해결 작업 중에 체계적인 사고를 위한 전용 공간을 제공합니다. think 도구는 정책 준수 및 긴 도구 호출 체인에서의 추론을 요구하는 복잡한 작업에서 성능을 크게 향상시키는 것으로 나타났습니다.
Related MCP server: MCP Advanced Reasoning Server
특징
구조화된 사고 공간 : 클로드에게 복잡한 문제를 분석할 수 있는 전담 공간을 제공합니다.
설치
npx로 실행
지엑스피1
수동 설치
npm install -g think-tool-mcp커서에서 실행
커서 구성 🖥️ 참고: 커서 버전 0.45.6+ 필요
Cursor에서 Think Tool MCP를 구성하려면:
커서 설정 열기
기능 > MCP 서버로 이동하세요
"+ 새 MCP 서버 추가"를 클릭하세요
다음을 입력하세요.
이름: "think-tool-mcp"(또는 원하는 이름)
유형: "명령"
명령어:
npx -y think-tool-mcp
Available Tools
1 toolthinkA
Use this tool to think about something. It will not obtain new information or change anything. Use it when complex reasoning is needed.
Args:
thought: A thought to think about. This can be structured reasoning, step-by-step analysis, policy verification, or any other mental process that helps with problem-solving.| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states 'It will not obtain new information or change anything', which effectively communicates read-only, non-destructive behavior. It also implies the tool is for internal reasoning processes. While it doesn't cover rate limits or detailed operational constraints, it provides sufficient behavioral context for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with two main sentences followed by parameter documentation. The first sentence states the purpose, the second provides usage guidance, and the Args section adds necessary parameter context. There's minimal waste, though the formatting with indentation could be slightly cleaner.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's conceptual nature (thinking/analysis), no output schema, and no annotations, the description provides adequate context about what the tool does and when to use it. However, it doesn't explain what the tool actually produces (e.g., structured output, internal state change) or how the 'thinking' manifests operationally, leaving some gaps in completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It provides a detailed explanation of the 'thought' parameter, describing it as 'structured reasoning, step-by-step analysis, policy verification, or any other mental process that helps with problem-solving'. This adds substantial meaning beyond the bare schema, though it doesn't specify format constraints or examples.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool is for 'thinking about something' and mentions 'complex reasoning', which provides a general purpose. However, it's vague about what 'thinking' entails operationally and doesn't distinguish from siblings (though none exist). It avoids tautology by adding context about reasoning, but lacks specificity about the verb+resource combination.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states 'Use it when complex reasoning is needed', providing clear context for when to invoke the tool. It also mentions 'It will not obtain new information or change anything', which helps exclude alternative use cases. However, with no sibling tools, there's no need for differentiation, so it can't score a 5 for explicit alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v1.0.0- First observed
think
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'think' has a clearly defined and distinct purpose for reasoning without external actions.
A single tool inherently has perfect naming consistency, as there are no other tools to compare against. The name 'think' is straightforward and follows a simple verb pattern.
One tool is too few for most server purposes, as it severely limits functionality and scope. This feels thin and incomplete, even for a specialized server like 'MCP Think Tool Server', which might benefit from additional reasoning or analysis tools.
The server is severely incomplete; a single 'think' tool does not provide a coherent surface for any meaningful domain. There are significant gaps, as it lacks any tools for input, output, or interaction beyond internal reasoning, making it impractical for most agent workflows.
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for building and testing AI agents with multi-model experimentation and insights.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.6 npm6MIT
- FlicenseDqualityDmaintenanceA Model Context Protocol server that enhances Claude in Cursor AI with advanced reasoning capabilities including Monte Carlo Tree Search, Beam Search, R1 Transformer, and Hybrid Reasoning methods.813-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.130MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides AI assistants like Claude with a dedicated space for structured thinking during complex problem-solving tasks.MIT