mcptoon Connect — Unified MCP Setup
Teaches Claude to manage and sync every agent's MCP servers from a single mcptoon config file.
What it does
This skill gives Claude a command-by-command playbook for the mcptoon CLI, which treats ~/.mcptoon/config.json as the single source of truth and syncs it into Claude Desktop, Claude Code, Cursor, Codex, Cline, Windsurf and VS Code. It covers inspection (list, doctor), adding servers (discover, install), syncing (sync, sync --dry), and running one stdio gateway (mcptoon serve) instead of registering N servers. It also documents manifest compression flags (--toon, --slim, --compact) that cut tool-discovery tokens dramatically.
Who it's for
- Developers juggling multiple MCP servers across several AI clients
- Anyone whose context window is eaten by oversized tool manifests
- Teams that need consistent MCP config across Cursor, Claude Code and IDEs
Examples
- "Audit my MCP setup" → Claude runs
mcptoon listandmcptoon doctorbefore changing anything - "Add an npm MCP server everywhere" →
mcptoon install <name> --npm @scope/pkgthenmcptoon sync - "Find the right tool without dumping everything" →
mcptoon search <query>ormcptoon inspect <server> <tool>
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/activeing123/mcptoon/HEAD/plugin/mcptoon-skills/skills/connect/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugin/mcptoon-skills/skills/connect folder from the GitHub repo activeing123/mcptoon into my ~/.claude/skills/connect/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/activeing123/mcptoon.git && mkdir -p ~/.claude/skills && cp -r mcptoon/plugin/mcptoon-skills/skills/connect ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/activeing123/mcptoon.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r mcptoon/plugin/mcptoon-skills/skills/connect ~/.claude/skills/ - Install the
mcptoonCLI following the repo README, then verify withmcptoon --version. - Restart Claude Code and ask something like "check my MCP server config" to trigger the skill.