What is the com.dmzagent/skill-builder-mcp MCP server?
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
How to install com.dmzagent/skill-builder-mcp
Copy-paste configuration for popular MCP clients.
SKILL_API_URLRegistry API base URL (defaults to https://skills.dmzagent.com/api).
SKILL_TOKENsecretBearer token for private/draft skills (optional).
SKILL_PROJECT_DIRDefault project root that installs write into (defaults to the working directory).
SKILL_TARGETForce install target: claude | codex | cursor | file (auto-detected by default).
{
"mcpServers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<YOUR_SKILL_API_URL>",
"SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<YOUR_SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<YOUR_SKILL_TARGET>"
}
}
}
}{
"mcpServers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<YOUR_SKILL_API_URL>",
"SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<YOUR_SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<YOUR_SKILL_TARGET>"
}
}
}
}{
"mcpServers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<YOUR_SKILL_API_URL>",
"SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<YOUR_SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<YOUR_SKILL_TARGET>"
}
}
}
}{
"servers": {
"skill-builder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<YOUR_SKILL_API_URL>",
"SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<YOUR_SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<YOUR_SKILL_TARGET>"
}
}
}
}claude mcp add skill-builder-mcp --env SKILL_API_URL=<YOUR_SKILL_API_URL> --env SKILL_TOKEN=<YOUR_SKILL_TOKEN> --env SKILL_PROJECT_DIR=<YOUR_SKILL_PROJECT_DIR> --env SKILL_TARGET=<YOUR_SKILL_TARGET> -- npx -y @dmzagent/skill-builder-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.