kdpa-llc/local-skills-mcp
Universal MCP server enabling any LLM or AI agent to utilize expert skills from your local filesystem. Reduces context consumption through lazy loading. Works with Claude, Cline, and any MCP-compatible client.
Platform-specific configuration:
{
"mcpServers": {
"local-skills-mcp": {
"command": "npx",
"args": [
"-y",
"local-skills-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...