MCP Directory
Back

skillz

by intellectronica · Python · ★ 388

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers