by activeing123
One zero-dependency CLI for all your MCP tools and agent skills. 99.2% fewer tokens on tool discovery, one config for every agent, nothing pre-installed. | 一个零依赖 CLI,管所有 MCP 工具和 Agent 技能。工具发现省 99.2% token,一份配置通吃所有 Agent,原生不预装。227KB,纯 Python 标准库。
# Add to your Claude Code skills
git clone https://github.com/activeing123/mcptoonLast scanned: 8/12/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-12T05:37:21.978Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how mcptoon compares with popular alternatives.
mcptoon is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by activeing123. One zero-dependency CLI for all your MCP tools and agent skills. 99.2% fewer tokens on tool discovery, one config for every agent, nothing pre-installed. | 一个零依赖 CLI,管所有 MCP 工具和 Agent 技能。工具发现省 99.2% token,一份配置通吃所有 Agent,原生不预装。227KB,纯 Python 标准库。. It has 204 GitHub stars.
Yes. mcptoon passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/activeing123/mcptoon" and add it to your Claude Code skills directory (see the Installation section above).
mcptoon is primarily written in Python. It is open-source under activeing123 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh mcptoon against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Install 1,000 skills and 1,000 MCP tools locally — and don't worry about the token context. mcptoon manages it all.
Its own compact format saves 99.2% of tokens; no line of config to write for any desktop or command-line agent.
Connects to a 17,000+ MCP tool registry and searches skills on demand — nothing pre-installed, you pick what goes in.
It's just a 227KB native CLI — delete it anytime; keep it, and you never have to configure tools or skills for any agent again.
👉 See it first: landing page · 30-second token calculator · 中文
👉 Or run it: pip install mcptoon && mcptoon bench — it measures what your own tools and skills cost, on your machine.
👉 Developer docs · Contributing · Issues
Every MCP agent (Claude Code, Cursor, Codex, …) loads the full description of every tool and every skill into its context window before it does any work — and re-sends it every turn. On 255 tools that is 71,929 tokens: more than half of a 128K window spent on descriptions, before the first question.
mcptoon keeps those descriptions on disk, not in context, and hands the agent a compact view instead:
mcptoon inspect, only when a tool is actually called.SKILL.md in full — 926,232 → 39 + 501 (−99.9%).--toon encodes a tool's result ~34% smaller than JSON.Nothing is lost: the full schema and the full skill text stay one command away. Only the context window is spared.
mcptoon is a 227KB, zero-dependency native CLI that manages every MCP tool and agent skill on your computer — and shares them across all your agents with no config written by you.
Those numbers are ours — but "loading every tool schema into context is expensive" is not a claim only we make:
mcptoon is the one you can use today, covering every agent at once.
Install once, and every desktop AI you have — Claude Desktop, Claude Code, Codex, Cursor, Windsurf, Cline, VS Code Copilot and any other agent — shares all the tools and skills you already have. You write nothing in any agent's config.
Script it. mcptoon is a plain CLI with stable JSON output and an mcptoon serve MCP endpoint — wire it into your own agent, CI, or app.
Reproduce the numbers yourself: pip install mcptoon && mcptoon bench
| Without mcptoon | With mcptoon | |
|---|---|---|
| Descriptions in context | full description of every tool + skill, re-sent every turn | a compact view — 581 tokens for 255 tools (−99.2%, lossless) |
| Adding a tool or skill | hand-write JSON in every agent | one command — no agent config touched |
| Which agents get it | only the ones you configured | every agent on the machine — they just run mcptoon |
| Finding tools & skills | hunt GitHub by hand | install --search (17,000+ MCP servers) + skills search |
| Starting from scratch | wire tools one by one | 4 built-in starter packs — one command to a working set |
Skills work the same way: 926,232 tokens of SKILL.md text → 39 resident + 501 per lookup (−99.9%). Call results shrink another ~34% with --toon.
You have a desktop AI — Claude, Codex, Cursor, Windsurf, Cline, VS Code Copilot. Today, adding a tool or a skill means hand-editing that agent's JSON. mcptoon removes that step:
Install once.
pip install mcptoon && mcptoon quickstart
quickstart finds your MCP servers, writes your config, and registers mcptoon in every agent it detects.
(Skip quickstart and the first command you run still self-heals: it installs
mcptoon's own skill into each agent and builds the skill index, once per machine.)
Add tools and skills in one place — here, not in each agent.
mcptoon install --search github # find and install any MCP server
mcptoon skills search "make a PDF" # find a skill by what it does
Use them from any agent. Your agent runs mcptoon like any other command — no config, no restart. See Works with every AI agent.
Want a head start? Four built-in starter packs — essentials, web-research, code-review, docs — stand up a working toolset in one command:
mcptoon install --pack essentials
mcptoon is a plain CLI with scriptable output, plus an MCP endpoint when you want one.
mcptoon manifest --format json # machine-readable tool index
mcptoon call <server> <tool> '{}' # call any tool, JSON or --toon output
mcptoon serve # expose every configured server behind one MCP endpoint
--toon for ~34% smaller results, --format mcp to export standard MCP JSON.mcptoon serve — stdio or HTTP, connection pooling, per-agent keys, for clients that insist on a proxy.Full reference: DEVELOPERS.md and All commands.
pip install mcptoon # pure stdlib, 227KB, zero dependencies
# One command: find your MCP servers, write your config, register the gateway
# in every agent you have, and show you what it found:
mcptoon quickstart
# See every tool available (names-only by default; 255 tools cost 581 tokens):
mcptoon manifest
# Call a tool (JSON output by default; add --toon to save more):
mcptoon call everything echo '{"message":"hi"}'
quickstart is also what makes mcptoon visible: it writes mcptoon serve int