Skip to main content
Glama

skillmcp

Turn any folder of agent skills into a live MCP server with one zero-dependency command.

License Language Status Python MCP License Tests


🎯 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:

  1. Fork the repo

  2. Create a feature branch (git checkout -b feature/amazing-feature)

  3. Commit your changes (git commit -m 'Add amazing feature')

  4. Push to the branch (git push origin feature/amazing-feature)

  5. Open a Pull Request

📄 License

MIT © 2026 — See LICENSE for details.


If this project helped you, please ⭐ star it!

Made with ❤️ and AI

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Turns 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.
    398
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    An MCP server that transforms Claude-style skills and resources into callable tools for any MCP-compatible agent or client. It automatically discovers, exposes, and executes scripts from skills organized in local directories or packaged archives.
  • A
    license
    B
    quality
    B
    maintenance
    A universal MCP server that loads Markdown skills from arbitrary folders, enabling lazy discovery and execution of skills across multiple MCP-capable tools.
    5
    23
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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