mcpbeat Sign in
local only

Espn runs on your own machine — the client starts it, so there is no endpoint to ping. 1 029 installs a week from pypi. Last commit 10 Sep 2026.

Model Context Protocol server for live & historical sports stats and odds via ESPN.

1 029
Installs / week
pypi · mcp-server-espn
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Espn every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add espn -- uvx mcp-server-espn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "espn": {
      "args": [
        "mcp-server-espn"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.espn]
command = "uvx"
args = ["mcp-server-espn"]
.cursor/mcp.json
{
  "mcpServers": {
    "espn": {
      "args": [
        "mcp-server-espn"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "espn": {
      "args": [
        "mcp-server-espn"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Espn

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

25 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

441 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
PubNub MCP Server
by pubnub

PubNub Model Context Protocol MCP Server for Cursor and Claude

564 installs/wk local only
gitea-mcp
by werebear73

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

241 installs/wk local only
Tago Io
by tago-io

Model Context Protocol server for TagoIO data and analytics

29 installs/wk local only
Zendesk
by mindstone

Zendesk MCP server for Model Context Protocol hosts

107 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering

Espn — questions

Answers built from our own checks of this server.

Why is there no uptime for Espn?
Espn runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-espn was installed 1 029 times last week.
How do I connect Espn?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-espn straight from pypi; nothing to host, nothing to sign up for.
How many people use Espn?
The pypi package mcp-server-espn was installed 1 029 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Espn open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.