sseMITupdated 2mo ago
Real-time ESPN sports data for Claude Desktop, Claude Code & MCP-compatible AI assistants.
mcp server espn 能做什么?
ESPN MCP Server
Real-time ESPN sports data for Claude Desktop, Claude Code & MCP-compatible AI assistants.
What does it do?
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.
No ESPN API key required. Just connect and ask.
Available Tools
| Tool | Description |
|---|---|
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 |
Supported Leagues
NFL, NBA, MLB, NHL, WNBA, College Football, College Basketball, Premier League, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, MLS, F1, NASCAR, UFC, PGA, ATP, WTA, and more.
Quick Start
Connect to Claude Desktop / Claude Code
- Get your Apify API Token
- Add a custom MCP connector with this URL:
https://mrbridge--espn-mcp-server.apify.actor/mcp?token=YOUR_APIFY_TOKEN
- Ask Claude: "What are tonight's NBA scores?"
Example prompts
- "What were last night's NBA scores?"
- "Show me the Premier League standings"
- "Give me LeBron James' career stats"
- "What are the odds for tonight's NFL games?"
Pricing
Pay-per-event on Apify:
- Reads (scores, standings, stats): $0.005/call
- Actions (search): $0.01/call
- Free tier: $5/month Apify credits (~1,000 queries)
Links
- Apify Store: ESPN MCP Server
- Full documentation: See the Apify Store page for detailed README, output examples, and troubleshooting
License
MIT
安装
把 mcp server espn 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport sse mcp-server-espn https://mrbridge--espn-mcp-server.apify.actor/mcpcodex mcp add mcp-server-espn --url https://mrbridge--espn-mcp-server.apify.actor/mcp{
"mcpServers": {
"mcp-server-espn": {
"url": "https://mrbridge--espn-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-server-espn": {
"type": "sse",
"url": "https://mrbridge--espn-mcp-server.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-server-espn": {
"url": "https://mrbridge--espn-mcp-server.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-espn": {
"serverUrl": "https://mrbridge--espn-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
12 个工具
mcp server espn 向已连接的智能体提供 12 个工具。
- 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
评分
66 / 100
良好
- 文档17/25
- 维护16/25
- 可信度13/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 12 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.18最新 | 2026年3月19日 |