Skip to content
Grok

espn for Grok

io.github.christianclaudio/espn

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

client:Grok transport:stdio runtime:pypi

Install espn in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "espn": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

espn in other clients