MCP Servers Hub

v1.0.0Developer Toolsstable

Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links

mcp-servers-hubmcpai-integration
Share:
323
Stars
0
Downloads
0
Weekly
0/5

What is MCP Servers Hub?

MCP Servers Hub is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to discover the most comprehensive and up-to-date collection of mcp servers in the market. this repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary mcp se...

Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Discover the most comprehensive and up-to-date collection of

Use Cases

Discover comprehensive MCP server catalog.
Browse open-source and proprietary servers.
Find server documentation links.
apappascs

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-servers-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 MCP Servers Hub

MCP Servers Hub is a centralized discovery server that exposes a comprehensive, up-to-date catalog of MCP servers—both open-source and proprietary—directly inside your AI client. Rather than browsing external websites to find integrations, you can query the hub from within Claude or another MCP-compatible host and immediately get descriptions, feature lists, and documentation links for hundreds of servers. It is especially useful when you are starting a new project and want to quickly identify which MCP servers cover your use case.

Prerequisites

  • Node.js 18 or later installed
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • npx available on your PATH (bundled with Node.js)
1

Verify Node.js is available

MCP Servers Hub runs via npx, so you need Node.js 18 or newer. Check your version before proceeding.

node --version
2

Run the server with npx

The server can be started directly with npx without a prior install step. This downloads and executes the latest published version.

npx mcp-servers-hub
3

Add the server to your MCP client config

Open your Claude Desktop configuration file and add the mcp-servers-hub entry under mcpServers. The config file is at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.

4

Restart your MCP client

After saving the configuration file, restart Claude Desktop (or your chosen MCP client) so it picks up the new server entry.

5

Search the hub catalog

Once connected, ask your AI assistant to search for MCP servers by category, keyword, or use case. The hub responds with names, descriptions, and links to documentation.

MCP Servers Hub Examples

Client configuration

Add this block to your claude_desktop_config.json to register the MCP Servers Hub.

{
  "mcpServers": {
    "mcp-servers-hub": {
      "command": "npx",
      "args": ["mcp-servers-hub"]
    }
  }
}

Prompts to try

Once connected, use natural language to discover servers in the catalog.

- "Show me MCP servers for working with databases"
- "What MCP servers are available for GitHub integration?"
- "List all open-source MCP servers tagged with 'file-system'"
- "Find MCP servers that support image generation"

Troubleshooting MCP Servers Hub

npx mcp-servers-hub fails with a network error or 404

Make sure you have an internet connection and that the package name is spelled exactly as 'mcp-servers-hub'. Run 'npm view mcp-servers-hub' to confirm the package exists on the registry.

The server appears in config but tools are not visible in Claude Desktop

Fully quit and relaunch Claude Desktop after editing the config file. Also confirm the JSON is valid (no trailing commas) using a linter or jsonlint.com.

Frequently Asked Questions about MCP Servers Hub

What is MCP Servers Hub?

MCP Servers Hub is a Model Context Protocol (MCP) server that discover the most comprehensive and up-to-date collection of mcp servers in the market. this repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary mcp servers, complete with features, documentation links It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP Servers Hub?

Follow the installation instructions on the MCP Servers Hub GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP Servers Hub?

MCP Servers Hub works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP Servers Hub free to use?

Yes, MCP Servers 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": { "mcp-servers-hub": { "command": "npx", "args": ["-y", "mcp-servers-hub"] } } }

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

Read the full setup guide →

Ready to use MCP Servers 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