MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Production-ready MCP server registry

创建于 3/19/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

MCP Hub - Production-Ready MCP Server Registry

Stars Forks

The ultimate collection of production-ready MCP servers


What is MCP Hub?

MCP Hub is a curated collection of 100+ production-ready MCP (Model Context Protocol) servers. Deploy in minutes, not hours.

Categories

🔌 Connectors

| Server | Description | |--------|-------------| | filesystem | File system operations | | github | GitHub API integration | | slack | Slack messaging | | discord | Discord bot |

🔍 Search

| Server | Description | |--------|-------------| | brave-search | Web search | | exa-search | AI-powered search |

📊 Data

| Server | Description | |--------|-------------| | postgres | PostgreSQL queries | | sqlite | SQLite operations | | google-sheets | Spreadsheets |

🤖 AI

| Server | Description | |--------|-------------| | openai | OpenAI GPT | | anthropic | Claude |


Quick Start

# Browse servers
cat servers/*.md

# Deploy any server
cd servers/REPO_NAME
npm install
npm start

Contributing

Add your MCP server! See CONTRIBUTING.md


License

MIT

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/RedKnight-aj/mcp-hub
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "redknight-aj-mcp-hub": { "command": "git", "args": [ "clone", "https://github.com/RedKnight-aj/mcp-hub" ] } } }