ESPN MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ESPN MCP ServerWhat NBA games are on tonight?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ESPN MCP Server
A Model Context Protocol (MCP) server that provides access to ESPN's public API for live sports data.
Supported Leagues
NFL (National Football League)
NHL (National Hockey League)
NBA (National Basketball Association)
Related MCP server: ESPN MCP Server
Features
Current standings and playoff picture
Live scores and game schedules
Team information and statistics
Flexible team name resolution (city, nickname, or abbreviation)
Installation
npm install -g espn-mcp-serverOr clone and build:
git clone https://github.com/Left-Coast-Tech/espn-mcp.git
cd espn-mcp
npm install
npm run buildUsage with Claude Desktop
Add to your Claude Desktop config (~/.config/claude/claude_desktop_config.json on Mac/Linux or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"espn": {
"command": "npx",
"args": ["espn-mcp-server"]
}
}
}Or if installed globally:
{
"mcpServers": {
"espn": {
"command": "espn-mcp-server"
}
}
}Usage with Claude Code
Add to your project's .mcp.json:
{
"espn": {
"command": "npx",
"args": ["espn-mcp-server"]
}
}Available Tools
get_standings
Get current standings for a league.
league: "nfl" | "nhl" | "nba" (required)
group: conference or division filter (optional)Example: "Get NFL standings for the AFC East"
get_scoreboard
Get current or upcoming games with scores.
league: "nfl" | "nhl" | "nba" (required)
week: NFL week number (optional)
date: YYYYMMDD format (optional)Example: "What NFL games are on this week?"
get_team
Get team information including record and standing.
league: "nfl" | "nhl" | "nba" (required)
team: team name, city, or abbreviation (required)Example: "Get info on the Patriots"
get_schedule
Get a team's schedule with results.
league: "nfl" | "nhl" | "nba" (required)
team: team name, city, or abbreviation (required)Example: "Show me the Chiefs remaining schedule"
get_game
Get details about a specific game.
league: "nfl" | "nhl" | "nba" (required)
gameId: ESPN game ID (required)get_playoffs
Get playoff bracket or playoff picture.
league: "nfl" | "nhl" | "nba" (required)Example: "Show me the NBA playoff bracket"
Examples
Once configured, you can ask Claude:
"What are the current NFL standings?"
"Who's leading the AFC North?"
"What's the Broncos record?"
"What NBA games are on tonight?"
"Show me the NHL playoff picture"
Data Source
This server uses ESPN's public API. Data is fetched in real-time and is not cached.
License
MIT
Contributing
Contributions welcome! Please open an issue or PR.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.Last updated12MIT
- Alicense-quality-maintenanceProvides comprehensive access to ESPN's sports APIs for live scores, team information, news, and statistics across NFL, NBA, MLB, NHL, college sports, and major soccer leagues with advanced filtering and real-time updates.Last updated7
- Alicense-qualityDmaintenanceProvides access to live NHL game data, team and player statistics, standings, schedules, playoff information, and head-to-head comparisons through natural language queries using official NHL APIs.Last updatedMIT
- FlicenseAqualityDmaintenanceProvides access to live NHL game data, player and team statistics, standings, schedules, playoff brackets, and historical comparisons through natural language queries using the official NHL API.Last updated11
Related MCP Connectors
ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
Provides access to live sports data and analytics from BALLDONTLIE: The Sports API
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Left-Coast-Tech/espn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server