Skill Builder MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 17 Sep 2026.
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const has = (rel: string) => fs.existsSync(path.join(projectDir, rel));
execSync(`${cmd} "${url}"`);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add skill-builder-mcp -- npx -y @dmzagent/skill-builder-mcp
{
"mcpServers": {
"skill-builder-mcp": {
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.skill-builder-mcp]
command = "npx"
args = ["-y", "@dmzagent/skill-builder-mcp"]
{
"mcpServers": {
"skill-builder-mcp": {
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"skill-builder-mcp": {
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SKILL_API_URL (Registry API base URL (defaults to https://skills.dmzagent.com/api).), SKILL_TOKEN (Bearer token for private/draft skills (optional).), SKILL_PROJECT_DIR (Default project root that installs write into (defaults to the working directory).), SKILL_TARGET (Force install target: claude | codex | cursor | file (auto-detected by default).).
The author declared them in the registry entry; get the values from the project itself.
Search, fetch, lint, and install Agent Skills (SKILL.md) from the SkillMD registry.
Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.
Search, preview, install community Codex pet packs, and discover the pet request flow.
Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.
On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.
Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.
Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.
Search verified Claude Code plugins and skills; fetch portable SKILL.md sources. Read-only.
Answers built from our own checks of this server.