Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Yahoo Fantasy

БесплатноНе проверен

Enables Claude to interact with Yahoo Fantasy Baseball and Basketball leagues, allowing roster analysis, matchup tracking, free agent browsing, and player stats

GitHubEmbed

Описание

Enables Claude to interact with Yahoo Fantasy Baseball and Basketball leagues, allowing roster analysis, matchup tracking, free agent browsing, and player stats retrieval via natural language.

README

A Model Context Protocol (MCP) server for Yahoo Fantasy Baseball and Basketball. Lets Claude analyze your roster, check matchups, browse free agents, and more.

Setup

1. Install dependencies

python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt

2. Configure Claude Desktop / Claude Code

There are two ways to authenticate — pick one:


Option A: Use a relay server (recommended, no Yahoo app needed)

Point the MCP at a relay server that handles credentials for you:

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "yahoo-fantasy": {
      "command": "/path/to/yahoo-fantasy-mcp/venv/bin/python3",
      "args": ["/path/to/yahoo-fantasy-mcp/server.py"],
      "env": {
        "YAHOO_AUTH_SERVER": "https://your-relay-url.com"
      }
    }
  }
}

Claude Code (~/.claude.json):

{
  "mcpServers": {
    "yahoo-fantasy": {
      "type": "stdio",
      "command": "/path/to/yahoo-fantasy-mcp/venv/bin/python3",
      "args": ["/path/to/yahoo-fantasy-mcp/server.py"],
      "env": {
        "YAHOO_AUTH_SERVER": "https://your-relay-url.com"
      }
    }
  }
}

Want to self-host your own relay? See relay/README.md.


Option B: Use your own Yahoo Developer App

  1. Go to Yahoo Developer Network and create an app
  2. Set Application Type to Installed Application, API Permissions to Fantasy Sports → Read
  3. Note your Client ID and Client Secret
{
  "mcpServers": {
    "yahoo-fantasy": {
      "command": "/path/to/yahoo-fantasy-mcp/venv/bin/python3",
      "args": ["/path/to/yahoo-fantasy-mcp/server.py"],
      "env": {
        "YAHOO_CLIENT_ID": "your_client_id_here",
        "YAHOO_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}

3. First-time authentication

On first use, just ask Claude anything about your fantasy team. If not authenticated, Claude will automatically start the OAuth flow:

  1. A browser window opens to Yahoo's authorization page
  2. Click Allow
  3. Yahoo displays a code on the page — copy it and give it to Claude
  4. Done. The token is saved and auto-refreshed from now on (~1 year before re-auth needed)

Available Tools

Tool Description
authenticate Start Yahoo OAuth flow (called automatically when needed)
get_leagues List your MLB and NBA leagues
get_roster View your current roster with positions and injury status
get_matchup See this week's matchup and stat leaders
get_free_agents Browse available free agents by position
get_player_stats Get player stats for a given period

Logging out

To remove your local tokens:

python logout.py

Example Usage

Just ask Claude naturally:

  • "Show me my baseball roster"
  • "Who's winning my matchup this week?"
  • "Find me the best available SP on the waiver wire"
  • "How has Gunnar Henderson been performing lately?"
  • "Give me roster improvement suggestions"

from github.com/andy78644/yahoo-fantasy-mcp

Установка Yahoo Fantasy

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/andy78644/yahoo-fantasy-mcp

FAQ

Yahoo Fantasy MCP бесплатный?

Да, Yahoo Fantasy MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Yahoo Fantasy?

Нет, Yahoo Fantasy работает без API-ключей и переменных окружения.

Yahoo Fantasy — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Yahoo Fantasy в Claude Desktop, Claude Code или Cursor?

Открой Yahoo Fantasy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Yahoo Fantasy with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai