Skip to content
Windsurf

espn for Windsurf

io.github.christianclaudio/espn

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

client:Windsurf transport:stdio runtime:pypi

Install espn in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "espn": {
      "command": "uvx",
      "args": [
        "mcp-server-espn"
      ],
      "env": {
        "ESPN_BASE_URL": "<ESPN_BASE_URL>",
        "ESPN_TIMEOUT_SECONDS": "<ESPN_TIMEOUT_SECONDS>",
        "ESPN_MAX_RETRIES": "<ESPN_MAX_RETRIES>",
        "ESPN_MCP_READONLY": "<ESPN_MCP_READONLY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

espn in other clients