Google PageRank for AI agents. 25,000+ tools indexed.

mcp-hub MCP Server

4Artursmith/mcp-hub

Score: 59.4 Rank #2 MCP Server
Are you the maintainer of 4Artursmith/mcp-hub? Claim this listing →

πŸš€ A curated collection of production-ready MCP servers. Plug-and-play tools for Claude, Cursor, Windsurf & more.

Add AgentRank to Claude Code Discover and compare tools like 4Artursmith/mcp-hub β€” your AI finds the right one automatically
Get API Access →
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

Python MIT 4,081 pypi/wk
ai-agentsclaudecursorllmmcpmcp-servermodel-context-protocolpythontoolswindsurf

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars β†’ early stage

Freshness 25% today

Last commit today β†’ actively maintained

Issue Health 25% 50%

No issues filed β†’ no history to score

Contributors 10% 1

1 contributor β†’ solo project

Dependents 25% 0

No dependents β†’ no downstream usage

npm Downloads N/A
PyPI Downloads 13% 4,081/wk

4,081 weekly installs β†’ gaining traction

Forks 0
Description Good
License MIT

Weights: Freshness 25% Β· Issue Health 25% Β· Dependents 25% Β· Stars 15% Β· Contributors 10% Β· How we score β†’

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk β€” welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet β€” adoption by other projects is the strongest trust signal

Badge all embed codes β†’

AgentRank score for 4Artursmith/mcp-hub
[![AgentRank](https://agentrank-ai.com/api/badge/tool/4Artursmith--mcp-hub)](https://agentrank-ai.com/tool/4Artursmith--mcp-hub/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/4Artursmith--mcp-hub/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/4Artursmith--mcp-hub" alt="AgentRank"></a>

Embed Widget docs β†’

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="4Artursmith/mcp-hub"></script>

Matched Queries

"mcp server""mcp-server"

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.