Skip to content
VS Code

Sports for VS Code

io.github.pipeworx-io/sports

Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)

client:VS Code transport:streamable-http

Install Sports in VS Code

.vscode/mcp.json

{
  "servers": {
    "sports": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/sports/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sports in other clients