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).
Run
npx -y @dmzagent/skill-builder-mcp
MCP client config
{
"mcpServers": {
"skill-builder-landing": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
]
}
}
}