Turn any AI agent into a specialist - A Model Context Protocol server for modular skills
Project description
Skill MCP Server ๐
Turn any AI agent into a specialist โ just drop in a skill folder.
๐ What is it? โข ๐ Why Choose It? โข โจ Features โข ๐ Quick Start โข ๐ Creating Skills โข ๐ Documentation
๐ What is Skill MCP Server?
Skill MCP Server is a standard Model Context Protocol (MCP) server that bridges Claude Skills to any AI agent that supports MCP.
Previously, Claude Skills were mainly used in Anthropic's official tools. If your AI application doesn't support Skills, you'd have to implement your own parsing and execution logic, which is a hassle. With this project, you can simply configure it and let any MCP-compatible Agent use standard Skill files directly.
๐ฌ Demo
๐ก Core Concepts
- ๐ MCP (Model Context Protocol): Think of it as a "USB interface" for AI. As long as your AI assistant supports this interface, it can connect to various tools and services.
- ๐ฆ Claude Skills: Think of them as "skill packages" for AI. They're not just documentation โ they include instructions (
SKILL.md), accompanying scripts (Python/JS), and reference materials.
Skill MCP Server is a "converter" that helps various agents use the Skill ecosystem, enabling plug-and-play functionality.
๐ Why Choose Skill MCP Server?
If your Agent doesn't support Skills yet, this project can help you quickly integrate:
| Dimension | Natively Supported Agents (e.g., Claude Code) | Other Agents (with this project) |
|---|---|---|
| Access Barrier | Deep integration, usually non-portable | Low barrier, standard MCP protocol |
| Development Burden | Official implementation complete | Zero code, no need to build Skill parser |
| Flexibility | Tied to specific clients | Cross-platform, works with any MCP-compatible agent |
| Feature Parity | Full script, resource & file stream support | Perfect alignment, same dynamic execution & resource access |
โจ Features
- ๐ ๏ธ Highly Standardized: Strictly follows MCP protocol
- ๐ Universal Compatibility: Not tied to any vendor, works with all MCP-compatible AI clients
- โก Zero-Code Integration: Helps agents without native Skill support quickly access the Skill ecosystem
- ๐ฆ Fully Compatible: Supports
SKILL.mdformat andscripts/,references/resource directories - ๐ Workspace Isolation: Supports
--workspaceparameter to specify where Skill output files are stored - ๐ Hot Reload: Add new skills without restarting the server
- ๐ Secure by Design: Path validation, sandboxed file operations
๐ Quick Start
Recommended: Use uvx to run without manual installation.
๐ฅ Installation
# Using pip
pip install skill-mcp-server
# Using uv (recommended)
uv pip install skill-mcp-server
โ๏ธ Configure MCP
Add Skill MCP Server to your MCP client configuration. All MCP-compatible clients use the same configuration format:
Using uvx (recommended, no installation needed):
{
"mcpServers": {
"skill-server": {
"command": "uvx",
"args": [
"skill-mcp-server",
"--skills-dir", "/path/to/your/skills",
"--workspace", "/path/to/workspace"
]
}
}
}
Using local installation:
{
"mcpServers": {
"skill-server": {
"command": "python",
"args": [
"-m", "skill_mcp_server",
"--skills-dir", "/path/to/your/skills",
"--workspace", "/path/to/workspace"
]
}
}
}
Configuration file locations:
- Claude Desktop:
claude_desktop_config.json(location varies by OS) - Claude Code:
~/.claude.json - Other MCP clients: Refer to your client's documentation
Parameter Explanation:
--skills-dir: Core parameter. Set to the root directory containing all Skill folders you want your agent to use.--workspace: Important parameter. Specifies where Skill execution output files (code, reports, etc.) are saved.
๐ ๏ธ Available Tools (MCP Tools)
Once connected, your AI agent can use the following tools:
- ๐
list_skills: List all available skills - ๐
skill: Load a specific skill to get detailed instructions from itsSKILL.md - ๐
skill_resource: Read reference documents or templates from skill packages - โถ๏ธ
skill_script: Execute scripts bundled with skills in a secure environment - ๐
file_read: Read files from the specified workspace - โ๏ธ
file_write: Write files to the specified workspace - โ๏ธ
file_edit: Edit existing files in the workspace
๐ Creating Skills
A standard Skill structure looks like this:
my-skills/
โโโ deploy-helper/ # Skill folder
โโโ SKILL.md # Core documentation (required)
โโโ scripts/ # Executable scripts
โโโ references/ # Reference materials
SKILL.md Example:
---
name: deploy-helper
description: Help users deploy applications to production with one click
---
# Deploy Helper Usage Guide
When users request deployment, follow these steps:
1. Use `skill_resource` to read the deployment template.
2. Modify local configuration files.
3. Call `skill_script` to execute the deployment script.
SKILL.md Format
---
name: my-skill
description: Brief description of what this skill does and when to use it
---
# My Skill
## Overview
Explain what this skill enables the AI to do.
## Usage
Step-by-step instructions for the AI agent...
## Available Resources
- `scripts/process_data.py` - Process input data
- `assets/report_template.md` - Output template
๐ผ Use Cases
- ๐ Data Analysis: Enable agents to perform data analysis
- ๐ Document Generation: Enable agents to create professional documents
- ๐ API Integration: Enable agents to integrate with specific APIs
- ๐ Code Review: Enable agents to follow team standards
- ๐ DevOps Tasks: Enable agents to automate deployment workflows
๐ Documentation
- ๐ Getting Started Guide
- โจ Creating Skills
- ๐ Skill Format Reference
- ๐ค Publishing Guide
๐ ๏ธ Development
# Clone the repository
git clone https://github.com/ephemeraldew/skill_mcp.git
cd skill_mcp
# Install development dependencies
uv pip install -e ".[dev]"
# Run tests
pytest
# Run linting
ruff check src/
๐ค Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
If this project helps you, please give it a โญ๏ธ Star.
๐ License
MIT License - see LICENSE for details.
๐ Related Resources
Built with the Model Context Protocol
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_ephemeraldew_skill_mcp-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_ephemeraldew_skill_mcp-0.1.0.tar.gz
- Upload date:
- Size: 50.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81778258cf37ccd101e7cceafba4f5137e706bb11ece3ee5e2ad7fea3a910ae3
|
|
| MD5 |
44dec0c837a9ace26428b9587ac9a94a
|
|
| BLAKE2b-256 |
770ad6ff7fac399facc90feb40145971d327a595ad9929393b613dac4e5ba232
|
File details
Details for the file iflow_mcp_ephemeraldew_skill_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_ephemeraldew_skill_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 46.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc09638ed4a857e8f999a7843346dd1b8839093683324cd67f984610792cad6c
|
|
| MD5 |
a8edb85291ea955f6f14150739c59226
|
|
| BLAKE2b-256 |
0da36a3f2bafccb5eacb894566678931a04a7fdf9efbac932b154422325df62a
|