mcpbeat Sign in

MCP Thinkgate MCP Server

local only

MCP Thinkgate runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 28 Jul 2026.

Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.

Installs per day peak 21 · avg 6 · -24% w/w
a month agotoday
30
Installs / week
npm · mcp-thinkgate
3
Stars
1 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Thinkgate every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-thinkgate -- npx -y mcp-thinkgate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-thinkgate": {
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-thinkgate]
command = "npx"
args = ["-y", "mcp-thinkgate"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-thinkgate": {
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-thinkgate": {
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Optional. Enables AI-powered classification via Haiku (more accurate). Falls back to rule-based classification if not provided. Get a key at https://console.anthropic.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Thinkgate

same job, measured the same way
OrcaRouter
by continuum-ai-corp

Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.

55 installs/wk local only
HoShy
by negimaru1025

Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed.

3 tools answering
Modelglass
by modelglass

Sourced AI-model pricing and capability data — compare and route to the cheapest capable model.

answering
LLM Cost Estimator
by waqarulwahab

Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.

28 installs/wk local only
Devto MCP
by mrfentmen

Read articles and posts from the dev.to community. No key required.

local only
Fundz
by fund-z

Funding rounds, exec moves, UCC liens and Form 5500 plans. 7 tools need no API key.

59 installs/wk 7 tools answering
Uiscanner
by mishaovcharenko

Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.

24 installs/wk local only
Codeforces MCP
by mrfentmen

Codeforces competitive programming API: contests and user info. No key required.

local only

MCP Thinkgate — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Thinkgate?
MCP Thinkgate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-thinkgate was installed 30 times last week.
How do I connect MCP Thinkgate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-thinkgate straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Thinkgate?
The npm package mcp-thinkgate was installed 30 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Thinkgate open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.