Skip to main content
Glama
README.md
<div align="center">

# `skills2mcp`

### Turn any folder of Markdown agent skills into a local MCP server for Claude, Cursor, and other MCP clients.

![License](https://img.shields.io/badge/license-MIT-blue.svg) ![Language](https://img.shields.io/badge/language-python-green.svg) ![Status](https://img.shields.io/badge/status-active-success.svg) [![PyPI version](https://img.shields.io/pypi/v/skills2mcp)](https://pypi.org/project/skills2mcp/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![MCP](https://img.shields.io/badge/MCP-server-purple)](https://modelcontextprotocol.io)

<img src="demo.gif" alt="Demo" width="700" />

</div>

---

## 🎯 Why?

GitHub trending is full of agent skills, prompt packs, and MCP SDKs, but there is no zero-config bridge that makes a plain folder of Markdown skills instantly consumable by MCP clients. Developers currently copy/paste skills into prompts or write bespoke servers. skills2mcp fills that gap by scanning Markdown files and exposing them as MCP tools, prompts, and resources.

**Target audience:** AI developers and coding-agent power users who maintain skill libraries, prompt packs, or runbooks and want them usable by MCP-compatible assistants without building a custom server.

## ✨ Features

- ✨ **Scan a directory for Markdown skills with optional frontmatter metadata**
- ✨ **Expose skills as MCP tools, prompts, and resources over stdio**
- ✨ **CLI commands for list, search, validate, and selftest**

## 🚀 Quick Start

```bash
# Install
pip install skills2mcp

# Run
skills2mcp --help
```

## 📦 Installation

### From Source

```bash
git clone https://github.com/YOUR_USERNAME/skills2mcp.git
cd skills2mcp
```

```bash
# 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](https://github.com/charmbracelet/vhs):

```bash
vhs < demo.tape
```

## 📖 Usage

```bash
# Show help
skills2mcp --help

# Common usage examples
skills2mcp --example
```

## 🏗️ Architecture

```mermaid
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](LICENSE) for details.

---

<div align="center">

**If this project helped you, please ⭐ star it!**

[Made with ❤️ and AI](https://github.com)

</div>

Maintenance

ActivityMaintained
ResponsivenessNo issues