The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Claude Skills MCP listing page.
This MCP server is no longer hosted or maintained. Agent Skills have been natively adopted by all major AI platforms — Cursor, Windsurf, Claude Code, Copilot, and others now support skills out of the box. There is no longer a need for an MCP bridge to deliver skills to your coding assistant. The final release (v1.1.0) remains installable from PyPI. Thank you to everyone who used and contributed to this project!
Use Claude's powerful Skills system with ANY AI model or coding assistant - including Cursor, Codex, GPT-5, Gemini, and more. This MCP server brings Anthropic's Agent Skills framework to the entire AI ecosystem through the Model Context Protocol.
A Model Context Protocol (MCP) server that provides 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 Agent Skills engineering blog, making specialized skills available to any MCP-compatible AI application.
An open-source project by K-Dense - creators of autonomous AI scientists for scientific research.
This MCP server enables any MCP-compatible AI assistant to intelligently search and retrieve skills from our curated Scientific Agent Skills repository and other skill sources like the Official Claude Skills.

Semantic search and progressive loading of Claude Agent Skills in Cursor
Add through the Cursor Directory, or add to your Cursor config (~/.cursor/mcp.json):
The frontend starts instantly and displays tools, automatically downloading and starting the backend in the background (~60-120s due to RAG dependencies, one-time). Subsequent uses are instant.
Run the server with default configuration:
This starts the lightweight frontend which auto-downloads the backend and loads 160+ skills from Anthropic's official skills repository and K-Dense's Scientific Agent Skills collection.
The server provides three tools for working with Claude Agent Skills:
find_helpful_skills - Semantic search for relevant skills based on task descriptionread_skill_document - Retrieve specific files (scripts, data, references) from skillslist_skills - View complete inventory of all loaded skills (for exploration/debugging)See API Documentation for detailed parameters, examples, and best practices.
The system uses a two-package architecture for optimal performance:
Frontend (claude-skills-mcp): Lightweight proxy (~15 MB)
Backend (claude-skills-mcp-backend): Heavy server (~250 MB)
Benefits:
uvx claude-skills-mcp)See Architecture Guide for detailed design and data flow.
Load skills from GitHub repositories (direct skills or Claude Code plugins) or local directories.
By default, loads from:
~/.claude/skills (if it exists)As this project is no longer maintained, new issues and pull requests may not be reviewed. If you'd like to build on it, please fork the repository. For reference, the original workflow was:
uv run pytest tests/), then submituvx ruff check src/ before committingVersion Management: This monorepo uses a centralized version system:
VERSION file at the repo root to bump the versionpython3 scripts/sync-version.py to sync all references (or use --check to verify)scripts/build-all.sh script automatically syncs versions before buildingFor questions, email orion.li@k-dense.ai
This project is licensed under the Apache License 2.0.
Copyright 2025-2026 K-Dense (https://www.k-dense.ai)