Claude Skills MCP Server
An MCP server that searches and retrieves Claude Agent Skills with vector search.
安裝
uvx claude-skills-mcp
把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。
介紹
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.