skill builder mcp for Cline
com.dmzagent/skill-builder-mcp
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
client:Cline
transport:stdio
runtime:npm
Install skill builder mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<SKILL_API_URL>",
"SKILL_TOKEN": "<SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<SKILL_TARGET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs