Agent Skills Hub
Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync
What is Agent Skills Hub?
Agent Skills Hub is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to discover and compare open-source agent skills, tools & mcp servers — with quality scoring, trending analysis, and automated github sync
Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Discover and compare open-source Agent Skills, tools & MCP s
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx agent-skills-hubConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Agent Skills Hub
Agent Skills Hub is a discovery and comparison platform for open-source AI agent skills, MCP servers, and developer tools, offering quality scoring, trending analysis, and automated GitHub synchronisation. It exposes a REST API with endpoints for searching, filtering, sorting, and comparing skills, as well as feeds for trending, rising, top-rated, and most-starred projects. AI developers and researchers use it to find the best MCP servers for a task, track the ecosystem, and submit their own tools for community visibility.
Prerequisites
- Python 3.12+ for the backend and Node.js 18+ for the frontend
- A GitHub personal access token (GITHUB_TOKEN) for the GitHub sync feature
- A Supabase PostgreSQL database (SUPABASE_DB_URL)
- An MCP client such as Claude Desktop or Cursor
Clone the repository
Download the Agent Skills Hub monorepo which contains a Python FastAPI backend and a Node.js frontend.
git clone https://github.com/zhuyansen/agent-skills-hub.git
cd agent-skills-hubSet up the backend
Create a Python virtual environment, install backend dependencies, and copy the example env file.
cd backend
python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.example .envConfigure environment variables
Edit the backend .env file with your credentials. GITHUB_TOKEN and SUPABASE_DB_URL are required; the others control optional features.
GITHUB_TOKEN=ghp_your_github_token
SUPABASE_DB_URL=postgres://user:password@host:5432/db
RESEND_API_KEY=re_your_resend_key
ADMIN_TOKEN=your_admin_token
SYNC_INTERVAL_HOURS=6Start the backend API
Launch the FastAPI server with uvicorn. It will be available at http://localhost:8000.
uvicorn app.main:app --reloadAdd to your MCP client config
Configure your MCP client to run the agent-skills-hub server via npx.
{
"mcpServers": {
"agent-skills-hub": {
"command": "npx",
"args": ["agent-skills-hub"]
}
}
}Agent Skills Hub Examples
Client configuration
MCP client config for agent-skills-hub via npx.
{
"mcpServers": {
"agent-skills-hub": {
"command": "npx",
"args": ["agent-skills-hub"]
}
}
}Prompts to try
Example prompts that use the skill discovery and comparison capabilities.
- "Find the top-rated MCP servers for file system access and summarise their features."
- "What are the trending AI agent skills this week? List the top 10 with their star counts."
- "Compare the most starred browser automation MCP servers side by side."
- "Show me the newest MCP servers added in the last 7 days."
- "Search for agent skills related to database querying and sort by quality score."Troubleshooting Agent Skills Hub
Backend fails to start with a database connection error
Verify that SUPABASE_DB_URL in backend/.env is a valid PostgreSQL connection string and that your Supabase instance is running. Test with psql or a GUI client before starting the API.
GitHub sync returns no data or rate-limit errors
Ensure GITHUB_TOKEN is a valid personal access token with public_repo read scope. Unauthenticated GitHub API calls are limited to 60 requests per hour, which is insufficient for bulk sync.
npx agent-skills-hub fails with a package not found error
The npm package may not be published yet. In that case, run the backend manually with uvicorn and configure your MCP client to call the HTTP endpoint directly, or build from source.
Frequently Asked Questions about Agent Skills Hub
What is Agent Skills Hub?
Agent Skills Hub is a Model Context Protocol (MCP) server that discover and compare open-source agent skills, tools & mcp servers — with quality scoring, trending analysis, and automated github sync It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Agent Skills Hub?
Follow the installation instructions on the Agent Skills Hub GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Agent Skills Hub?
Agent Skills Hub works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Agent Skills Hub free to use?
Yes, Agent Skills Hub is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Agent Skills Hub Alternatives — Similar Developer Tools Servers
Looking for alternatives to Agent Skills Hub? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Agent Skills Hub in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Agent Skills Hub?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.