4Artursmith/mcp-hub
π A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more.
Platform-specific configuration:
{
"mcpServers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"mcp-hub"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more.
[](https://github.com/4Artursmith/mcp-hub) [](LICENSE) [](https://python.org) [](https://modelcontextprotocol.io)
> Stop writing MCP servers from scratch. Ship in seconds, not hours.
π¦ 20+ ready-to-use MCP servers
β‘ One-line install
π Works with Claude Desktop, Cursor, Windsurf, Zed & more
π οΈ Customizable & extensible---
pip install mcp-hubAdd to your claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"command": "python",
"args": ["-m", "mcp_hub.server_weather"]
}
}
}{
"mcp": {
"servers": {
"weather": {
"command": "python",
"args": ["-m", "mcp_hub.server_weather"]
}
}
}
}Restart your editor. That's it. π
---
| Server | Description | Install | |--------|-------------|---------| | π€οΈ Weather | Real-time weather & forecasts | mcp_hub.server_weather | | π Web Search | Search the web with multiple engines | mcp_hub.server_web_search | | π GitHub | Repo management, issues, PRs, code search | mcp_hub.server_github | | π° Crypto | Live prices, charts, market data | mcp_hub.server_crypto | | π₯οΈ System | System info, processes, file ops | mcp_hub.server_system | | π³ Docker | Container management & monitoring | mcp_hub.server_docker | | ποΈ Database | SQL queries, schema inspection | mcp_hub.server_database | | π§ Email | Send & read emails via SMTP/I
Loading reviews...