Think MCP Tool
@Rai220
About Think MCP Tool
MCP Server for reasoning
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"think-mcp": {
"command": "uvx",
"args": [
"think-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Think MCP Tool?
Think MCP Tool is an MCP (Model Context Protocol) server that provides a “think” tool for structured reasoning in agentic AI workflows. It allows an AI agent to pause and record an explicit thought during complex reasoning or multi-step tool use, inspired by Anthropic’s research. It is intended for use with Claude or other agentic LLMs to improve evaluation metrics by enabling reasoning capabilities.
How to use Think MCP Tool?
Add the MCP server to your agent’s configuration using uvx with argument think-mcp. For advanced mode, add --advanced and set the TAVILY_API_KEY environment variable. The tool accepts a thought string input and appends it to the log.
Key features of Think MCP Tool
- Implements the “think” tool as described in Anthropic’s research.
- Minimal, standards‑based MCP server using the
mcp[cli]package. - Adds structured reasoning capabilities to models that lack native advanced reasoning.
- Advanced mode includes extra tools: criticize, plan, and search.
- Easy integration with any MCP‑compatible agent framework.
Use cases of Think MCP Tool
- Tool output analysis: processing results of previous tool calls.
- Policy‑heavy environments: verifying compliance with detailed guidelines.
- Sequential decision making: where each step builds on previous ones.
- Enabling Claude to “stop and think” in complex tool use situations.
FAQ from Think MCP Tool
What does the think tool do?
It allows an AI agent to pause and record an explicit thought during complex reasoning or multi-step tool use, helping the agent process information, backtrack, or comply with policies.
Does the think tool change the environment or database?
No, it only appends the thought to the log. It performs no side effects.
How do I configure Think MCP Tool in my agent?
Add the server to your MCP configuration with command uvx and args ["think-mcp"]. For advanced mode, use ["think-mcp", "--advanced"] and provide a TAVILY_API_KEY environment variable.
What extra tools does advanced mode provide?
Advanced mode adds three additional tools: criticize, plan, and search. It requires a Tavily API key.
What license does Think MCP Tool use?
It is released under the MIT License.
Frequently asked questions
What does the think tool do?
It allows an AI agent to pause and record an explicit thought during complex reasoning or multi-step tool use, helping the agent process information, backtrack, or comply with policies.
Does the think tool change the environment or database?
No, it only appends the thought to the log. It performs no side effects.
How do I configure Think MCP Tool in my agent?
Add the server to your MCP configuration with command `uvx` and args `["think-mcp"]`. For advanced mode, use `["think-mcp", "--advanced"]` and provide a `TAVILY_API_KEY` environment variable.
What extra tools does advanced mode provide?
Advanced mode adds three additional tools: `criticize`, `plan`, and `search`. It requires a Tavily API key.
What license does Think MCP Tool use?
It is released under the MIT License.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments