Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Recursive Thinking MCP ServerStart a thinking session to design a secure JWT authentication system"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Recursive Thinking MCP Server
Token-efficient MCP server for AI agents to achieve production-ready solutions through iterative refinement.
Features
Token Optimized: Compresses insights and uses minimal context per iteration (~70% reduction)
Production Ready: Stops when confidence threshold is met (default: 85%)
Session Based: Track multiple thinking processes concurrently
AI Agent Enhancement: Helps AI agents think deeper and refine solutions automatically
Installation
NPX (Recommended)
Global Installation
Development Setup
MCP Configuration
For Claude Code / Claude Desktop
Add to your MCP configuration file:
Windows: C:\Users\YourUsername\.claude\plugins\marketplaces\thedotmack\.mcp.json
macOS/Linux: ~/.claude/plugins/marketplaces/thedotmack/.mcp.json
For VS Code
Add to your user or workspace .vscode/mcp.json:
Usage
Starting a Thinking Session
Iterating on Response
Response Format
Start Response:
Final Response:
Configuration Options
Parameter | Type | Default | Range | Description |
| number | 5 | 1-10 | Maximum recursion depth |
| number | 0.85 | 0-1 | Stop when confidence meets threshold |
| number | 8 | 1-20 | Maximum total iterations |
Token Efficiency Features
Context Compression: Extracts only key insights from previous iterations
Progressive Prompts: Each prompt is concise and focused
Early Stopping: Stops when production-ready solution is detected
Limited History: Only essential information is propagated
Example Workflow
Development
Performance
Metric | Value |
Average iterations to solution | 2-3 |
Token usage per session | ~1000-1500 |
Bundle size | 0.48 MB |
Success rate | 100% |
SEO Keywords
AI agent, MCP server, Model Context Protocol, recursive thinking, iterative refinement, token optimization, Claude AI, AI problem solving, production-ready solutions, context compression, thinking engine, automation tool, LLM enhancement, Claude Desktop, Claude Code, VS Code MCP.
Troubleshooting
Command not found
If recursive-thinking-mcp command is not found:
MCP server not starting
Verify the package is installed globally or available via npx
Check configuration file syntax
Restart Claude Code/Claude Desktop
Check logs for error messages
Build errors
License
MIT