MCP Catalogs
Home

mcp-server-chart vs fantasy-football-mcp-public

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

mcp-server-chart
by antvis
fantasy-football-mcp-public
by derekrbreese
Stars★ 4,068★ 34
30d uses10,239
Score8445
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
sportsAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis month5 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

fantasy-football-mcp-public · Summary

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

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

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

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.