MCP server that aggregates agent skills from skills.sh and GitHub skill repos (metadata-first list/search/load, context-budget friendly)
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-skillbox": {
"command": "npx",
"args": [
"-y",
"beremaran/mcp-skillbox"
]
}
}
}
Run in terminal:
claude mcp add mcp-skillbox npx -y beremaran/mcp-skillbox
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-skillbox": {
"command": "npx",
"args": [
"-y",
"beremaran/mcp-skillbox"
]
}
}
}