experimental-ext-skills

modelcontextprotocol/experimental-ext-skills
★ 52 stars Unknown language 📦 Other Updated 1mo ago
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills Over MCP Interest Group.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "experimental-ext-ski": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/experimental-ext-skills"
      ]
    }
  }
}