Claude Skills MCP Server
An MCP server that searches and retrieves Claude Agent Skills with vector search.
Install
uvx claude-skills-mcp
Add this to your Claude Code MCP settings or run via the CLI.
About
This repository provides a Model Context Protocol server for discovering Claude Agent Skills by semantic search. It exposes tools to find relevant skills, read skill documents, and list loaded skills. The project uses a two-package design: a lightweight frontend that starts quickly and a heavier backend that handles embeddings and retrieval. The README says the server is no longer hosted or maintained, and that native skills support now exists in major AI platforms. It can load skills from GitHub repositories or local directories, including Anthropic's official skills and K-Dense AI's scientific skills collection. The default setup is intended to work with `uvx` and can be configured with a JSON config file.