Odel
skill builder landing

skill builder landing

Local
@praeceptor-thesisTypeScriptUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dmzagent/skill-builder-mcpv1.0.1

Run

npx -y @dmzagent/skill-builder-mcp

MCP client config

{
  "mcpServers": {
    "skill-builder-landing": {
      "command": "npx",
      "args": [
        "-y",
        "@dmzagent/skill-builder-mcp"
      ]
    }
  }
}