Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

mcptoon Connect — Unified MCP Setup

Teaches Claude to manage and sync every agent's MCP servers from a single mcptoon config file.

AutomationIntermediate2028AI score 8/10Last updated: Sep 19, 2026

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 list and mcptoon doctor before changing anything
  • "Add an npm MCP server everywhere" → mcptoon install <name> --npm @scope/pkg then mcptoon sync
  • "Find the right tool without dumping everything" → mcptoon search <query> or mcptoon 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/activeing123/mcptoon.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r mcptoon/plugin/mcptoon-skills/skills/connect ~/.claude/skills/
  5. Install the mcptoon CLI following the repo README, then verify with mcptoon --version.
  6. Restart Claude Code and ask something like "check my MCP server config" to trigger the skill.
View source on GitHubLicense: Apache-2.0