
ESPN Sports MCP By UnClick
Wire live ESPN scores, schedules, and sports data into agent-assisted apps, dashboards, or content workflows without hand-scraping APIs.
Overview
ESPN Sports MCP is a Build-phase MCP server that exposes ESPN sports and scores tools to AI coding agents over stdio.
What is this MCP server?
- ESPN-focused sports tools callable from any MCP-compatible agent via stdio transport
- Published as @unclick/espn-mcp (v0.1.0) with npx runtime hint for quick local registration
- Maintained in the malamutemayhem/unclick monorepo under packages/standalone/espn-mcp
- Suited for score tickers, sports side projects, and fantasy-adjacent UX without custom ESPN client code
- UnClick-packaged MCP server—not a prompt skill; tools are invoked at build time
- Server version 0.1.0
- npm package @unclick/espn-mcp with npx runtime hint
- Transport type stdio per MCP server schema 2025-12-11
Community signal: 4 GitHub stars.
What problem does it solve?
You want sports scores and ESPN data inside agent sessions without building and maintaining a custom ESPN integration from scratch.
Who is it for?
Indie builders adding scoreboards, sports APIs, or editorial sports updates to a side project with MCP-enabled agents.
Skip if: Teams that need official ESPN partnership APIs, broadcast rights compliance, or enterprise SLA data pipelines without third-party wrappers.
What do I get? / Deliverables
After registration, your agent can call ESPN sports tools during builds so features and content drafts use current score context in the same workspace.
- Registered stdio MCP server invoking @unclick/espn-mcp tools from the agent
- Agent-accessible ESPN sports and scores context during integration work
- Reusable local MCP entry you can commit in team agent settings
Recommended MCP Servers
Journey fit
Sports data MCPs land on the Build shelf because solo builders attach them while implementing product features and agent tooling, not during abstract ideation alone. Integrations is the right subphase: the server exposes ESPN sports tools over MCP stdio so Claude Code or Cursor can fetch scores and metadata during implementation.
How it compares
MCP sports-data integration for agents, not a curated skill marketplace or a generic web-scraping tutorial.
Common Questions / FAQ
Who is ESPN Sports MCP for?
Solo builders and small teams using Claude Code, Cursor, or similar agents who want ESPN sports and score data available as MCP tools while coding or drafting content.
When should I use ESPN Sports MCP?
Use it during the build and integrations phase when you are implementing sports features, widgets, or agent workflows that need live ESPN-oriented data on demand.
How do I add ESPN Sports MCP to my agent?
Install @unclick/espn-mcp (v0.1.0), run it via npx with stdio transport, and register the server in your agent’s MCP config pointing at the published package identifier.