MCP Catalogs
Home

fantasy-football-mcp-public vs ultimate_mcp_server

Side-by-side comparison to help you pick between these two MCP servers.

fantasy-football-mcp-public
by derekrbreese
ultimate_mcp_server
by Dicklesworthstone
Stars★ 34★ 149
30d uses
Score4585
Official
Categories
sportsAI / LLM ToolsDeveloper Tools
AI / LLM ToolsBrowser AutomationFile System
LanguagePythonPython
Last commit5 mo ago2 mo ago

fantasy-football-mcp-public · Summary

Yahoo Fantasy Football MCP server offering intelligent lineup optimization, draft assistance, and league management.

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

fantasy-football-mcp-public · Use cases

  • Optimize fantasy football lineups with AI-powered algorithms considering matchups and player projections
  • Receive real-time draft recommendations during fantasy football drafts with strategy-based analysis
  • Analyze waiver wire targets with enhanced player data including recent performance and trend flags

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

fantasy-football-mcp-public · Install

Installation

  1. Clone the repository:
git clone https://github.com/derekrbreese/fantasy-football-mcp-public.git
cd fantasy-football-mcp-public
pip install -r requirements.txt
  1. Set up Yahoo API credentials by creating a .env file:
YAHOO_CLIENT_ID=your_consumer_key_here
YAHOO_CLIENT_SECRET=your_consumer_secret_here
YAHOO_ACCESS_TOKEN=your_access_token
YAHOO_REFRESH_TOKEN=your_refresh_token
YAHOO_GUID=your_yahoo_guid
  1. Complete OAuth authentication:
cd utils
python setup_yahoo_auth.py

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "fantasy-football": {
      "command": "python",
      "args": ["/path/to/fantasy_football_multi_league.py"]
    }
  }
}

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.