Skip to content
VS Code

sports for VS Code

io.github.vublox/sports

Live football scores, match summaries, and fan clip links from Vublox. No API key required.

client:VS Code transport:stdio runtime:npm

Install sports in VS Code

.vscode/mcp.json

{
  "servers": {
    "sports": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vublox/agent-tools"
      ]
    }
  }
}

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

sports in other clients