← Back to browse

skill-builder-mcp

Indexed by com.dmzagent

About

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSKILL_API_URL SKILL_TOKEN SKILL_PROJECT_DIR SKILL_TARGET
Claude Code
claude mcp add --env SKILL_API_URL= --env SKILL_TOKEN= --env SKILL_PROJECT_DIR= --env SKILL_TARGET= skill-builder-mcp -- npx @dmzagent/skill-builder-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"skill-builder-mcp","command":"npx","args":["@dmzagent/skill-builder-mcp"],"env":{"SKILL_API_URL":"","SKILL_TOKEN":"","SKILL_PROJECT_DIR":"","SKILL_TARGET":""}}'
JSON
{
  "mcpServers": {
    "skill-builder-mcp": {
      "command": "npx",
      "args": [
        "@dmzagent/skill-builder-mcp"
      ],
      "env": {
        "SKILL_API_URL": "",
        "SKILL_TOKEN": "",
        "SKILL_PROJECT_DIR": "",
        "SKILL_TARGET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.