Loading MCP server directory, please wait...
Model Context Protocol server for live & historical sports stats and odds via ESPN.
npx @getmcp/cli add io.github.christianclaudio/espnRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.christianclaudio/espn": {
"command": "uvx",
"args": [
"mcp-server-espn"
],
"env": {
"ESPN_BASE_URL": "https://site.web.api.espn.com",
"ESPN_TIMEOUT_SECONDS": "30.0",
"ESPN_MAX_RETRIES": "3",
"ESPN_MCP_READONLY": "0"
}
}
}
}