skillmcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skillmcpWhat skills are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
skillmcp
Turn any folder of agent skills into a live MCP server with one zero-dependency command.
🎯 Why?
Trending repos show fast-growing agent-skill ecosystems and MCP-powered coding agents, but skills are usually static SKILL.md or JSON folders without a universal local bridge. Existing MCP servers are app-specific or require heavy SDK setup. skillmcp fills the gap with a tiny stdio MCP adapter that discovers, validates, searches, and exposes skill files to Claude, Cursor, or any MCP client.
Target audience: AI agent developers, Claude Code/Cursor users, platform teams, and open-source skill authors who want reusable skills exposed to MCP clients without writing a custom server.
Related MCP server: Skillz
✨ Features
✨ *Recursively discovers SKILL.md, .skill.md, and skill.json skill files
✨ Exposes skills_list, skills_get, and skills_search as MCP tools
✨ Validates skill folders from the CLI with human or JSON output
✨ Runs as a dependency-free stdio MCP server with resources/read support
🚀 Quick Start
# Install
pip install skillmcp
# Run
skillmcp --help📦 Installation
From Source
git clone https://github.com/YOUR_USERNAME/skillmcp.git
cd skillmcp# Create virtual environment
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest -v🎬 Demo
The GIF above was recorded using Charm VHS:
vhs < demo.tape📖 Usage
# Show help
skillmcp --help
# Common usage examples
skillmcp --example🏗️ Architecture
graph LR
A[Input] --> B[Core Engine]
B --> C[Output]
B --> D[Plugins]
D --> E[Extensions]🤝 Contributing
Contributions are welcome! Please:
Fork the repo
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
📄 License
MIT © 2026 — See LICENSE for details.
If this project helped you, please ⭐ star it!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceTurns Claude-style skills (SKILL.md files with resources) into callable MCP tools for any agent. Discovers skills from a directory, exposes their instructions and resources, and can execute bundled helper scripts.398MIT
- AlicenseBqualityBmaintenanceA universal MCP server that loads Markdown skills from arbitrary folders, enabling lazy discovery and execution of skills across multiple MCP-capable tools.5231MIT
- AlicenseAqualityCmaintenanceA universal MCP server that enables any LLM or AI agent to access expert skills from your local filesystem.34234MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yulinlina/skillmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server