Local Skills Mcp Guide
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add local-skills-mcp-guideQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"local-skills-mcp-guide": {
"command": "npx",
"args": [
"@modelcontextprotocol/local-skills-mcp-guide"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert guide for understanding the Local Skills MCP server repository - its structure, architecture, and implementation. Use when exploring this MCP server's codebase, understanding how Local Skills MCP works internally, or contributing to the project.
Tags
developmentjavascripttypescriptjavabashskill