mcpbeat Sign in

4q Tokenz MCP Server

by steveweltman Your server? Claim it
local only

4q Tokenz runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 24 Aug 2026.

Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.

Installs per day peak 121 · avg 14 · -7% w/w
a month agotoday
62
Installs / week
npm · 4q-tokenz
2
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository steveweltman/4q-tokens
пакет 4q-tokenz ссылается на steveweltman/4q-tokenz

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 4q-tokenz -- npx -y 4q-tokenz
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "4q-tokenz": {
      "args": [
        "-y",
        "4q-tokenz"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.4q-tokenz]
command = "npx"
args = ["-y", "4q-tokenz"]
.cursor/mcp.json
{
  "mcpServers": {
    "4q-tokenz": {
      "args": [
        "-y",
        "4q-tokenz"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "4q-tokenz": {
      "args": [
        "-y",
        "4q-tokenz"
      ],
      "command": "npx"
    }
  }
}

Alternatives to 4q Tokenz

same job, measured the same way
Gemini Researcher
by capybearista

Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage

65 installs/wk local only
Rootly
by rootly

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

1 424 installs/wk answering
TickerDB
by tickerdb

Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.

166 installs/wk 9 tools answering
Exa
by exa

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

2 tools answering
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

41 installs/wk local only
LLM Usage
by zhaoyue722

Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP

80 installs/wk local only
Base Intel MCP
by datakoot

Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

5 tools answering
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only

4q Tokenz — questions

Answers built from our own checks of this server.

Why is there no uptime for 4q Tokenz?
4q Tokenz 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 4q-tokenz was installed 62 times last week.
How do I connect 4q Tokenz?
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 4q-tokenz straight from npm; nothing to host, nothing to sign up for.
How many people use 4q Tokenz?
The npm package 4q-tokenz was installed 62 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 4q Tokenz open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.