MCP Directory
Back

skillz

by intellectronica · Python · ★ 397

An MCP server for loading skills (shim for non-claude clients).

#agent#ai#mcp#mcp-server#skills

Install

pip install git+https://github.com/intellectronica/skillz.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "skillz": {
      "command": "uvx",
      "args": [
        "git+https://github.com/intellectronica/skillz.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/skillz/) [](https://pypi.org/project/skillz/) > ⚠️ **Experimental proof‑of‑concept. Potentially unsafe. Treat skills like untrusted code and run in sandboxes/containers. Use at your own risk.** **Skillz** is an MCP server that turns [Claude-style skills](https://github.com/anthropics/skills) _( plus optional resources)_ into callable tools for any MCP client. It discovers each skill, exposes the authored instructions and resources, and can run bundled helper scripts. > 💡 You can find skills to install at the **[Skills Supermarket](http://skills.intellectronica.n…
Read full README on GitHub →

Related ai & ml servers