K-Dense-AI/claude-skills-mcp
🔌 MCP ServerK-Dense-AI
MCP server enabling any model to use Claude Agent Skills via intelligent search.
This MCP server acts as a bridge between standard MCP-compatible clients (like Claude Desktop, IDEs, or custom agents) and the Claude Agent Skills ecosystem. It implements the Model Context Protocol to offer skill search, metadata retrieval, and invocation endpoints. Key features include semantic search over skill descriptions, filtering by category, and seamless integration with existing MCP workflows. Built in TypeScript, it uses vector embeddings for efficient skill discovery and supports dynamic registration of new skills. The server is open-source under MIT license.
💡Highlights
- ├─Intelligent skill search via vector embeddings
- ├─Standard MCP protocol for broad compatibility
- └─Open-source TypeScript implementation
🎯For
- ├─Developers
- ├─MCP integrators
- └─Agent builders