MCP Servers Hub
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
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
Maintainer
Works with
Installation
Manual Installation
npx mcp-servers-hubConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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 --versionRun 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-hubAdd 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.
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.
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.
MCP Servers Hub Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Servers 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 MCP Servers 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 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.