Skill Builder
Rank #13,188com.dmzagent/skill-builder-mcp
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
Skill Builder is a Model Context Protocol (MCP) server published by praeceptor-thesis. It ranks #13,188 of 132,046 servers tracked on MCP Toplist. Skill Builder is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 18, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 118,858 of 132,046 servers on MCP Toplist.
Use Skill Builder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skill-builder-mcp -e "SKILL_API_URL=<your SKILL_API_URL>" -e "SKILL_TOKEN=<your SKILL_TOKEN>" -e "SKILL_PROJECT_DIR=<your SKILL_PROJECT_DIR>" -e "SKILL_TARGET=<your SKILL_TARGET>" -- npx -y @dmzagent/skill-builder-mcpReplace each placeholder with your own value before saving.
[mcp_servers.skill-builder-mcp]
command = "npx"
args = ["-y", "@dmzagent/skill-builder-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.dmzagent%2Fskill-builder-mcp)<a href="https://mcptoplist.com/server/com.dmzagent%2Fskill-builder-mcp"><img src="https://mcptoplist.com/badge/com.dmzagent%2Fskill-builder-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
praeceptor-thesis
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 18, 2026 |
Frequently asked questions
- Who maintains Skill Builder?
- Skill Builder is maintained by praeceptor-thesis, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Skill Builder listed on the Official MCP Registry?
- Yes — Skill Builder is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Skill Builder have?
- MCP Toplist tracks 1 version of Skill Builder, most recently published on Jun 18, 2026.
- Where can I find the source code for Skill Builder?
- The source code for Skill Builder is hosted at github.com/praeceptor-thesis/skill-builder-landing.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.