mcp-skillup

hassard0/mcp-skillup
★ 0 stars Unknown language AI/LLM Updated 5d ago
MCP Skillup: a Model Context Protocol extension for self-served, tool-linked skill lessons that teach agents how to use a server before they call it.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-skillup": {
      "command": "npx",
      "args": [
        "-y",
        "hassard0/mcp-skillup"
      ]
    }
  }
}