MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Production-ready MCP server registry

Created 3/19/2026
Updated 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

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/RedKnight-aj/mcp-hub
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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