Install
$ agentstack add mcp-k-dense-ai-claude-skills-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Claude Skills MCP Server
> 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. Thank you to everyone who used and contributed to this project!
[](https://github.com/K-Dense-AI/claude-skills-mcp/actions/workflows/test.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/astral-sh/ruff) [](https://badge.fury.io/py/claude-skills-mcp)
> Use Claude's powerful new 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 AI - 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 Claude Scientific Skills repository and other skill sources like the Official Claude Skills.
Demo
Semantic search and progressive loading of Claude Agent Skills in Cursor
Highlights
- Two-Package Architecture: Lightweight frontend (~15 MB) starts instantly; backend (~250 MB) downloads in background
- No Cursor Timeout: Frontend responds in config.json
2. Edit config.json to your needs
3. Run with your custom configuration
uvx claude-skills-mcp --config config.json
## Documentation
- **[Getting Started](docs/getting-started.md)** - Installation, Cursor setup, CLI usage, and troubleshooting
- **[Architecture Guide](docs/architecture.md)** - Two-package design, data flow, and components
- **[API Documentation](docs/api.md)** - Tool parameters, examples, and best practices
- **[Usage Examples](docs/usage.md)** - Advanced configuration, real-world use cases, and custom skill creation
- **[Testing Guide](docs/testing.md)** - Complete testing instructions, CI/CD, and coverage analysis
## MCP Tools
The server provides three tools for working with Claude Agent Skills:
1. **`find_helpful_skills`** - Semantic search for relevant skills based on task description
2. **`read_skill_document`** - Retrieve specific files (scripts, data, references) from skills
3. **`list_skills`** - View complete inventory of all loaded skills (for exploration/debugging)
See [API Documentation](docs/api.md) for detailed parameters, examples, and best practices.
## Architecture (v1.0.0)
The system uses a **two-package architecture** for optimal performance:
- **Frontend** ([`claude-skills-mcp`](https://pypi.org/project/claude-skills-mcp/)): Lightweight proxy (~15 MB)
- Starts instantly (<5 seconds) ✅ **No Cursor timeout!**
- Auto-downloads backend on first use
- MCP server (stdio) for Cursor
- **Backend** ([`claude-skills-mcp-backend`](https://pypi.org/project/claude-skills-mcp-backend/)): Heavy server (~250 MB)
- Vector search with PyTorch & sentence-transformers
- MCP server (streamable HTTP)
- Auto-installed by frontend OR deployable standalone
**Benefits:**
- ✅ Solves Cursor timeout issue (frontend starts instantly)
- ✅ Same simple user experience (`uvx claude-skills-mcp`)
- ✅ Backend downloads in background (doesn't block Cursor)
- ✅ Can connect to remote hosted backend (no local install needed)
See [Architecture Guide](docs/architecture.md) for detailed design and data flow.
## Skill Sources
Load skills from **GitHub repositories** (direct skills or Claude Code plugins) or **local directories**.
By default, loads from:
- [Official Anthropic Skills](https://github.com/anthropics/skills) - 15 diverse skills for documents, presentations, web artifacts, and more
- [K-Dense AI Scientific Skills](https://github.com/K-Dense-AI/claude-scientific-skills) - 78+ specialized skills for bioinformatics, cheminformatics, and scientific analysis
- Local directory `~/.claude/skills` (if it exists)
## Contributing
Contributions are welcome! To contribute:
1. **Report issues**: [Open an issue](https://github.com/K-Dense-AI/claude-skills-mcp/issues) for bugs or feature requests
2. **Submit PRs**: Fork, create a feature branch, ensure tests pass (`uv run pytest tests/`), then submit
3. **Code style**: Run `uvx ruff check src/` before committing
4. **Add tests**: New features should include tests
### Development
**Version Management**: This monorepo uses a centralized version system:
- Edit the `VERSION` file at the repo root to bump the version
- Run `python3 scripts/sync-version.py` to sync all references (or use `--check` to verify)
- The `scripts/build-all.sh` script automatically syncs versions before building
For questions, email [orion.li@k-dense.ai](mailto:orion.li@k-dense.ai)
## Join Our Community! 🚀
**We'd love to have you in our Slack community!** Connect with other users, share tips and tricks, get help with your skills, and be the first to know about new features and updates.
👉 **[Join the K-Dense Community on Slack](https://join.slack.com/t/k-densecommunity/shared_invite/zt-3iajtyls1-EwmkwIZk0g_o74311Tkf5g)** 👈
Whether you're building custom skills, integrating with different AI models, or just exploring the possibilities of Agent Skills, our community is here to support you!
## Learn More
- [Agent Skills Documentation](https://docs.claude.com/en/docs/claude-code/skills) - Official Anthropic documentation on the Skills format
- [Agent Skills Blog Post](https://www.anthropic.com/news/skills) - Announcement and overview
- [Model Context Protocol](https://modelcontextprotocol.io/) - The protocol that makes cross-platform Skills possible
- [Engineering Blog: Equipping Agents for the Real World](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Technical deep-dive on the Skills architecture
## License
This project is licensed under the [Apache License 2.0](LICENSE).
Copyright 2025 K-Dense AI (https://k-dense.ai)
## Star History
[](https://www.star-history.com/#K-Dense-AI/claude-skills-mcp&type=date&legend=top-left)
## Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [K-Dense-AI](https://github.com/K-Dense-AI)
- **Source:** [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.