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.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-skillup npx -y hassard0/mcp-skillup
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-skillup": {
"command": "npx",
"args": [
"-y",
"hassard0/mcp-skillup"
]
}
}
}