Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-skills-hub": {
"command": "npx",
"args": [
"-y",
"zhuyansen/agent-skills-hub"
]
}
}
}
Run in terminal:
claude mcp add agent-skills-hub npx -y zhuyansen/agent-skills-hub
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-skills-hub": {
"command": "npx",
"args": [
"-y",
"zhuyansen/agent-skills-hub"
]
}
}
}