Command Palette

Search for a command to run...

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

ESPN Fantasy Server

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

MCP server providing access to ESPN Fantasy Baseball data, enabling league settings, rosters, player lookup, free agents, waiver claims, lineup changes, and tra

GitHubEmbed

Описание

MCP server providing access to ESPN Fantasy Baseball data, enabling league settings, rosters, player lookup, free agents, waiver claims, lineup changes, and trade management.

README

Tests PyPI Python License: MIT

MCP (Model Context Protocol) server providing access to ESPN Fantasy Baseball data, for use with Claude Code and other MCP clients.

Features

  • Read league settings, standings, and team information
  • View rosters with player details and lineup positions
  • Look up players by name with fuzzy matching
  • Browse and add free agents, submit waiver claims
  • Modify lineups
  • Propose, accept, decline, and cancel trades

Quick Start

1. Get ESPN Cookies

To access private leagues, you need ESPN authentication cookies:

  1. Log in to ESPN Fantasy Baseball
  2. Open browser DevTools → Application → Cookies → https://fantasy.espn.com
  3. Copy espn_s2 (long string) and SWID (format: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX})

2. Add to Claude Code

claude mcp add --scope user --transport stdio espn-fantasy \
  --env ESPN_S2=your_espn_s2_cookie \
  --env ESPN_SWID={your_espn_swid_cookie} \
  --env ESPN_LEAGUE_ID=your_league_id \
  --env ESPN_TEAM_ID=your_team_id \
  --env ESPN_SEASON_YEAR=2026 \
  -- uvx espn-fantasy-mcp

Keep the curly braces in the SWID value. uvx handles installation automatically — no separate install step needed.

3. Verify

Restart Claude Code or run /mcp and confirm "espn-fantasy" appears in the server list. Then try: "Show me my fantasy baseball league settings"

Documentation

Local Development

git clone https://github.com/i-am-david-weinstein/espn-fantasy-mcp.git
cd espn-fantasy-mcp
pip install -e ".[dev]"
pytest

To use a local install with Claude Code, replace the uvx ... portion of the claude mcp add command with python3 -m espn_fantasy_mcp.

Contributing

Contributions welcome — open an issue or submit a pull request.

License

MIT

Acknowledgments

from github.com/i-am-david-weinstein/espn-fantasy-mcp

Установить ESPN Fantasy Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install espn-fantasy-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add espn-fantasy-mcp-server -- uvx espn-fantasy-mcp

FAQ

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

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

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

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

ESPN Fantasy Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare ESPN Fantasy Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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