Productivity|Development|AI / ML|UtilitiesPython

claude-skills-mcp

MCP server for searching and retrieving Claude Agent Skills using vector search

Free
N/A rating (0 reviews)0 installs364 GitHub stars
MCPClaudeAI Skills

This MCP server enables any MCP-compatible AI assistant to intelligently search and retrieve skills from curated repositories and other skill sources. It implements a progressive disclosure architecture for enhanced skill discovery.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-skills-mcp": {
      "args": [
        "claude-skills-mcp"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.