Skip to content
VS Code

World Cup 2026 Tour for VS Code

io.github.abaiii168/world-cup-2026

Free MCP server for World Cup 2026 fixtures, local kickoff times, and Dataset JSON-LD.

client:VS Code transport:stdio runtime:oci

Install World Cup 2026 Tour in VS Code

.vscode/mcp.json

{
  "servers": {
    "world-cup-2026": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/abaiii168/world-cup-2026-mcp-server:0.1.1"
      ]
    }
  }
}

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

World Cup 2026 Tour in other clients