connect
FeaturedConnect any AI agent to MCP servers through mcptoon — one config synced everywhere, one stdio gateway, 99.2% fewer tokens on tool discovery.
AI & Automation 195 stars
7 forks Updated today Apache-2.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Connect agents to MCP servers with mcptoon
mcptoon keeps one config (`~/.mcptoon/config.json`) as the single source of truth
for every MCP server an agent may use. It syncs that config into Claude Desktop,
Claude Code, Cursor, Codex, Cline, Windsurf and VS Code, and can expose all
servers through one stdio gateway (`mcptoon serve`).
## First move: look before you change anything
```bash
mcptoon list # what servers are configured right now
mcptoon doctor # config syntax + connectivity diagnosis
```
If `doctor` reports problems, fix those before adding anything new.
## Add servers
```bash
mcptoon discover # scan + probe locally installed MCP servers
mcptoon discover --write # and write what was found into config
mcptoon add <name> --help # see add options for stdio/http servers
mcptoon install <name> --npm @scope/pkg # from npm
mcptoon install <name> --pip pkg # from pip
mcptoon install <name> --url https://host/mcp # streamable-http / sse
```
After editing `~/.mcptoon/config.json` by hand, validate with `mcptoon doctor`.
## Sync one config to every agent
```bash
mcptoon sync # write config into all detected agents
mcptoon sync --dry # preview only
mcptoon sync --agent claude # one agent only
```
## Expose everything through one gateway (recommended for agents)
Instead of registering N servers in an agent, register ONE:
```json
{ "mcpServers": { "mcptoon": { "command": "mcptoo...
Details
- Author
- activeing123
- Repository
- activeing123/mcptoon
- Created
- 1 months ago
- Last Updated
- today
- Language
- HTML
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agent-sync-add-mcp
Add, connect, or set up an MCP server when agent-sync manages this machine. Use when the user says add an MCP server, connect a server, set up MCP for X, install an MCP integration, or asks to make a tool or service available to their agents. Defines it once in the canonical library so every agent and every device gets it, instead of hand-editing one agent's config.
1 Updated 3 days ago
Alpha-30-creator AI & Automation Featured
authoring
Add or edit an MCP server entry in mcptoon's config correctly — stdio/streamable-http/sse shapes, command rules, placeholders, and validation.
195 Updated today
activeing123