mcp-servers-hub

apappascs/mcp-servers-hub
★ 314 stars Unknown language 🧠 Memory/Knowledge Updated 1mo ago
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, and contributors.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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