Skip to main content

A Model Context Protocol (MCP) server for managing AI Agent Skills.

Project description

Skills MCP

PyPI version License Python Versions

The Package Manager for AI Agents.

Skills MCP connects your LLM Agent (like Claude Desktop) to a global registry of capabilities. It allows your Agent to autonomously discover, install, and learn new skills to solve complex tasks.

Thin MCP, Fat Agent Philosophy: This tool handles the delivery of code and instructions, empowering the Agent to execute them using its own environment (e.g., uv, bash).


🚀 Features

  • Search: Find skills for specific tasks (e.g., "pdf", "excel", "diagram").
  • Install: One-click download and installation to your local machine (~/.skills).
  • Learn: Provides the Agent with the exact file structure and SKILL.md instructions.
  • Dependency Management: Works seamlessly with uv to let Agents self-manage Python environments.

📦 Installation

The recommended way to install is via uv (a fast Python package manager).

Prerequisites

  • Python 3.10+
  • uv (Recommended) or pip
# 1. Install uv (if you haven't already)
curl -LsSf https://astral.sh/uv/install.sh | sh

# 2. Install Skills MCP globally
uv tool install skills-mcp

Or using pip:

pip install skills-mcp

⚙️ Configuration

To use Skills MCP with Claude Desktop, add the following to your configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "skills": {
      "command": "uv",
      "args": ["tool", "run", "skills-mcp"],
      "env": {
        "SKILLS_ROOT": "~/.skills",
        "SKILLS_REGISTRY_URL": "https://skills.leezhu.cn/api/v1"
      }
    }
  }
}

Environment Variables

Variable Description Default
SKILLS_ROOT Where skills are installed locally. ~/.skills
SKILLS_REGISTRY_URL The API endpoint of the skills registry. https://skills.leezhu.cn/api/v1
SKILLS_API_KEY (Optional) Token for private registries. None

💡 Usage Guide (for Agents)

Once installed, you can ask Claude to do things like:

  1. Discovery:

    "Search for a skill that can split Excel files." (Claude calls skills_search)

  2. Acquisition:

    "Install the excel-pro skill." (Claude calls skills_install)

  3. Execution:

    "Read the instructions for excel-pro and split this file." (Claude calls skills_get_details, reads the SKILL.md, installs dependencies via uv, and runs the script)


🛠️ Development

Setup

git clone https://github.com/leezhu/skills-mcp.git
cd skills-mcp

# Install dependencies
uv sync

Running Locally (StdIO Mode)

# Direct run
uv run skills-mcp

Testing with MCP Inspector

npx @modelcontextprotocol/inspector uv run skills-mcp

🤝 Contributing

We welcome contributions! Please feel free to submit a Pull Request.

  1. Fork the repository.
  2. Create your feature branch.
  3. Commit your changes.
  4. Push to the branch.
  5. Open a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skills_mcp-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skills_mcp-0.1.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file skills_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: skills_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for skills_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 aba28e7c2985c23e6a6b45c0759e317565c25b9ed780b749644ddca059b8c99a
MD5 d79acfb38d01d981869eba52545d0665
BLAKE2b-256 3192fee94d411d5dae53683c5fda1cd7295f9ed9b9d4710e29154342af34dee3

See more details on using hashes here.

File details

Details for the file skills_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: skills_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for skills_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de0706905eb1407c15e500a7154cd844edb82fda00905a8f8eb535f55dc90cf5
MD5 822bcb6f2706e340329d2566935d5bc2
BLAKE2b-256 0aa34f2b9de39c8299e529ad7dd0efb354adb98b35d5d79785d54415014c757e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page