Think MCP
Adds a think tool that lets agents pause and record explicit thoughts during complex reasoning, with optional plan and criticise modes.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-28
Think MCP is a lightweight reasoning tool from solo developer Rai220 that adds explicit thought-logging capabilities to Claude. It's essentially a no-op server: the tools return empty responses, so all reasoning happens client-side with no data leaving your machine. The narrow scope (three simple tools with no external calls) makes it low-risk from a permissions standpoint. Supply chain is standard PyPI via uvx, which is reasonable but not pinned. The maintainer is a solo developer with limited public profile, so bus factor is a concern. No known incidents. The repo is open source with adequate documentation. Main risk is maintenance continuity rather than malicious behaviour. For a pure reasoning aid with no network or filesystem access, the attack surface is minimal.
Lethal Trifecta (prompt-injection exposure)
CLEARPure reasoning. No I/O.
Green flags
- Zero network calls, all reasoning happens locally
- Minimal attack surface: tools return empty responses
- Open source with clear documentation of tool behaviour
- Standard PyPI distribution via uvx
- No environment variables or secrets required
Red flags
- Solo maintainer with limited public track record
- No dependency pinning visible in standard install
- Sparse commit history and single contributor
- No formal security policy or vulnerability disclosure process
Install
uvx think-mcp
Review
Install this if you regularly ask Claude to solve problems that require visible reasoning. Skip it if you're mostly generating boilerplate or running simple queries. It's a lightweight forcing function for deliberation, not a performance hack.
Good at
- Makes Claude's reasoning visible, so you catch bad assumptions early.
- Plan mode is excellent for multi-step tasks where you want to review intent before execution.
- Zero-config install: no API keys, no environment variables, just works.
- Lightweight and focused: does one thing without feature creep.
- Useful for debugging complex logic or exploratory research workflows.
Watch out
- Doesn't improve reasoning quality, just makes it visible, so you still need good prompts.
- Criticise mode can spiral into unproductive self-doubt if left unchecked.
- Only useful for tasks that benefit from explicit chain-of-thought, not quick queries.
- Limited to Claude hosts, so no cross-platform MCP support yet.
Use cases
- long-horizon reasoning
- plan validation
- self-critique loops
- research workflows
Getting started
Works with
Similar MCPs
- ElevenLabsOfficial ElevenLabs MCP server. Text-to-speech, voice cloning, transcription, and audio sound design from inside Claude Desktop, Cursor, Windsurf, and other MCP clients.
- TimeReturns current time in any timezone, computes scheduling math, parses date strings. Boring but absurdly useful for any time-aware agent.
- MarkItDownMicrosoft's MarkItDown as an MCP. Convert PDF, Office, audio, video, images, web to clean Markdown for LLM ingestion.
- Everything (reference)Anthropic's reference MCP that exercises every protocol feature. Required reading if you're building your own MCP.