MCP Server

Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues

Local serverstdio

What is the MCP MCP server?

Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues. The mcp mcp server is what makes that connection.

What the server does

ESPN MCP Server connects AI assistants directly to ESPN's real-time sports data. It exposes 12 specialized tools covering live scores, standings, boxscores, betting odds, player stats, team rosters, schedules, rankings, and news - all accessible through natural language prompts.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • espn_search — Search ESPN for players, teams, and leagues
  • espn_news — Latest sports news headlines and articles
  • espn_rankings — College, UFC, and tennis rankings
  • espn_scoreboard — Live and recent scores for any sport/league
  • espn_standings — Current league standings with W/L records
  • espn_teams — List all teams or get detailed team info
  • espn_team_roster — Full team roster with player details
  • espn_team_schedule — Team game schedule (past & upcoming)
  • espn_game_summary — Full boxscore, player stats, venue, officials
  • espn_game_odds — Betting odds from multiple providers
  • espn_athletes — Athlete profiles, game logs, splits, career stats
  • espn_live_scoreboard — CDN-optimized live scoreboard with real-time updates

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

Configuration is passed through the environment: YOUR_APIFY_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — espn_search, espn_news, espn_rankings and 9 more — is a fair guide to whether it matches your workflow. It is maintained by ebrunet001; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
espn_searchSearch ESPN for players, teams, and leagues
espn_newsLatest sports news headlines and articles
espn_rankingsCollege, UFC, and tennis rankings
espn_scoreboardLive and recent scores for any sport/league
espn_standingsCurrent league standings with W/L records
espn_teamsList all teams or get detailed team info
espn_team_rosterFull team roster with player details
espn_team_scheduleTeam game schedule (past & upcoming)
espn_game_summaryFull boxscore, player stats, venue, officials
espn_game_oddsBetting odds from multiple providers
espn_athletesAthlete profiles, game logs, splits, career stats
espn_live_scoreboardCDN-optimized live scoreboard with real-time updates

Configuration

VariableDescriptionRequired
YOUR_APIFY_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP to espn search.
  • Use MCP to espn news.
  • Use MCP to espn rankings.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (espn_search, espn_news, espn_rankings, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.