Agent Skills Hub

v1.0.0Developer Toolsstable

Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync

agent-skills-hubmcpai-integration
Share:
264
Stars
0
Downloads
0
Weekly
0/5

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

Discover and compare open-source agent skills and MCP servers.
Track trending tools with quality scoring and metrics.
Access automated GitHub sync for latest implementations.
zhuyansen

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx agent-skills-hub

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-hub
2

Set 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 .env
3

Configure 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=6
4

Start the backend API

Launch the FastAPI server with uvicorn. It will be available at http://localhost:8000.

uvicorn app.main:app --reload
5

Add 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.

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.

Quick Config Preview

{ "mcpServers": { "agent-skills-hub": { "command": "npx", "args": ["-y", "agent-skills-hub"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides