mcp-hub MCP Server
4Artursmith/mcp-hub
π A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
4Artursmith/mcp-hub is a Python MCP server licensed under MIT. π A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more. Topics: ai-agents, claude, cursor, llm, mcp, mcp-server, model-context-protocol, python, tools, windsurf.
Ranked #2 out of 129 indexed tools.
In the top 2% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars β early stage
Last commit today β actively maintained
No issues filed β no history to score
1 contributor β solo project
No dependents β no downstream usage
4,081 weekly installs β gaining traction
Weights: Freshness 25% Β· Issue Health 25% Β· Dependents 25% Β· Stars 15% Β· Contributors 10% Β· How we score β
How to Improve
Matched Queries
From the README
# π MCP Hub
**A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more.**
> 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
```
---
## π Quick Start
```bash
pip install mcp-hub
```
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"weather": {
"command": "python",
"args": ["-m", "mcp_hub.server_weather"]
}
}
}
```
### Cursor / Windsurf
```json
{
"mcp": {
"servers": {
"weather": {
"command": "python",
"args": ["-m", "mcp_hub.server_weather"]
}
}
}
}
```
Restart your editor. That's it. π
---
## π¦ Available Servers
| Server | Description | Install |
|--------|-------------|---------|
| π€οΈ [Weather](#weather) | Real-time weather & forecasts | `mcp_hub.server_ Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights β straight to your inbox.