streamable-httpApache-2.0updated 29d ago
The official skill for Toolbelt. Installs one /toolbelt skill that any MCP-capable agent can use to connect to a Toolbelt namespace and hand off to Toolbelt's MCP tools.
What can you do with Toolbelt?
@toolbeltai/skills
The official skill for Toolbelt. Installs one
/toolbelt skill that any MCP-capable agent can use to connect to a
Toolbelt namespace and hand off to Toolbelt's MCP tools.
Install
npx @toolbeltai/skills install
Copies toolbelt/SKILL.md into ~/.claude/skills/toolbelt/ (flat
layout per the AgentSkills spec). Restart your
client; the skill appears as /toolbelt.
No Toolbelt account required — the skill provisions one on first use.
What the skill does
When an agent runs /toolbelt for the first time, it:
- Checks for an existing Toolbelt MCP connection.
- If none, calls the public
/api/onboardendpoint to provision a free anonymous account. - Writes the MCP connection into the agent's client config.
- Hands off to Toolbelt's MCP tools for the actual work.
Full playbook in toolbelt/SKILL.md.
Works with
Claude Code · Claude Desktop · OpenClaw · Cursor · Gemini CLI · Codex CLI · Windsurf · any MCP client.
Commands
npx @toolbeltai/skills install # install
npx @toolbeltai/skills uninstall # remove
npx @toolbeltai/skills list # show what would install
npx @toolbeltai/skills path # print install target
Links
- Site: https://toolbelt.ai
- Docs: https://toolbelt.ai/docs
- App / billing: https://app.toolbelt.ai
- Contributing: CONTRIBUTING.md
- Releasing: RELEASING.md
- Support: support@toolbelt.ai
License
Apache 2.0 — see LICENSE.
Install
Add Toolbelt to your client. Pick the one you use.
claude mcp add --transport http toolbelt https://mcp.toolbelt.ai/mcpcodex mcp add toolbelt --url https://mcp.toolbelt.ai/mcp{
"mcpServers": {
"toolbelt": {
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"toolbelt": {
"type": "http",
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"toolbelt": {
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"toolbelt": {
"serverUrl": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.15Latest | Aug 10, 2026 |
| 1.0.14 | Jul 22, 2026 |
| 1.0.13 | Jul 22, 2026 |