data-ai MCP Server
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.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx local-skills-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"local-skills-mcp": {
"command": "npx",
"args": [
"local-skills-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Local Skills MCP