Claude’s pondering your mortgage math. Not guessing — computing.
That’s the snap moment when @thicket-team/mcp-calculators kicked in for its first users, three weeks back. A $450k loan at 6.8% over 30 years? Claude pings the MCP server, spits back an exact amortization table, then pivots to ‘what if you refinance?’. No tab-switching. No fuzzy approximations. Just precision, baked into your IDE.
Zoom out: Model Context Protocol (MCP) isn’t hype. It’s a protocol — plain structured calls from AI assistants to external tools. Thicket shipped this package to bridge scientific and financial calculators into Claude Desktop and Cursor. Now at 107 downloads a week, it’s whispering truths about how developers actually wield AI.
Here’s the raw trajectory: Week 1, 60 installs. Week 2, 86. Week 3, 107. Steady climb, no viral spike. Think organic drip from MCP directories like Glama.ai or PulseMCP, not a tweetstorm.
Why Build Calculator MCPs for Claude and Cursor?
Look, AI models hallucinate math. Claude’s great at reasoning — until it hits compound interest or TDEE formulas. That’s where MCP shines: typed inputs, deterministic outputs, cited formulas. Thicket ported their live-site calculators (BMI, Harris-Benedict, mortgages, unit conversions, date math) straight into MCP territory.
The value proposition is tight: the user describes a problem (“what’s my monthly mortgage payment for a $450k house at 6.8% over 30 years?”), Claude calls the MCP tool with the right parameters, returns the exact amortization breakdown, and can then reason about refinancing scenarios without leaving the conversation.
Without it? Claude approximates. With it? Exactitude. And for devs? This slots into category-one tools: computation that AI prompts, runs, explains.
But — and here’s my dig — Thicket’s calling this their ‘first developer-facing product.’ Cute spin. Those 25 utility sites (quiz.thicket.sh crushing traffic) are already AI-agent powered. Consumer layer first, devs second? Smells like a pivot from B2C quizzes to B2D glue.
One config tweak — drop that JSON into claude_desktop_config.json, npx the package, restart. Boom. Ask Claude: “What TDEE tools you got?” It lists ‘em.
Cursor’s the same JSON song, different file path per OS.
Data retrieval or CRUD? Sure, those are MCP categories too. But calculators? They’re the low-hanging precision fruit devs grab first.
What Do 107 Downloads Actually Mean?
107 npm pulls. Could be 107 lone wolves, 20 teams hitting npx across rigs, or CI noise. No telemetry — smart, privacy-first design.
Conventional take: scale. Precise take: niche but growing. No fireworks means word-of-mouth in MCP circles, not mass appeal.
Thicket’s unusual: AI agents run their site empire (builder, analytics, SEO bots). MCP’s the dev hook into that. Downloads suggest devs sniffing consumer tools for pro workflows.
My unique angle? This echoes early shell scripting in Unix — 1970s hackers piping tiny, precise tools (wc, grep, bc) into pipelines. MCP’s the AI-era equivalent: not monolithic agents, but modular, callable atoms. Claude/Cursor as your shell; calculators as bc. If MCP matures, we’ll see dev workflows fragment into these composable bits, not god-apps.
Bullish triggers: Native MCP marketplace (ditch JSON hell), enterprise vetting, cross-model (Gemini, GPT). Bearish: Stays power-user config, caps at release-note nerds.
Is MCP the Missing Link for AI Dev Tools?
Precision matters in finance, health calcs — gaps kill trust. MCP closes it.
But architecture shift? Yeah. AI chats were chatty toys; MCP makes ‘em surgical. Devs aren’t prompting for poetry — they’re chaining tools for real work.
Thicket’s growth curve screams steady adoption. If directories amplify, watch 500/week by Q2.
Critique their optimism: ‘Cautiously bullish’ dodges the UI wall. No marketplace? Plateau city.
Historical parallel — browser extensions pre-Chrome Web Store. Raw, config-heavy, dev-only. Then stores exploded. MCP needs that.
How Does This Fit Bigger AI Shifts?
Three tool buckets: compute (calcs), data (stocks), actions (email). Calcs win early because they’re stateless, fast, vital.
Devs download for mortgage side-hustle calcs? Or production date diffs? Data hints workflows bleed personal-to-pro.
Prediction: MCP forks into standards war unless Anthropic pushes. Cursor’s indie — Claude’s gatekept.
Thicket proves: expose live formulas as MCP, watch devs bite.
Wander a sec — imagine fiscal quarter math in pull requests. Claude diffs dates, flags holidays. That’s the ‘why’ pulling installs.
🧬 Related Insights
- Read more: MCP Unlocks AI Agents That Actually Touch Your Codebase — No More Custom Glue Code
- Read more: AI’s Recursive Loop: Designing Chips That Design Better AI
Frequently Asked Questions
What is an MCP calculator for Claude? MCP (Model Context Protocol) lets Claude call external tools like precise calculators for mortgages, BMI, or compound interest — deterministic, no hallucinations.
How do I install mcp-calculators in Cursor? Add the JSON config to your Cursor MCP file (OS-specific path), run npx @thicket-team/mcp-calculators, restart. Ask Cursor to list tools.
Will MCP replace built-in AI math? Not yet — it augments with cited, exact formulas where models falter, especially finance and science.