Back to Data

Claude Skills MCP

Intelligent search capabilities for discovering relevant Claude Agent Skills using vector embeddings and semantic similarity. This server implements the same progressive disclosure architecture that Anthropic describes in their blog, making specialized skills available to any MCP-compatible AI application.

Last updated: 1/27/2026

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "claude-skills-mcp": {
      // See GitHub repository for configuration
    }
  }
}