Skip to content
VS Code

wc26 for VS Code

io.github.jordanlyall/wc26

FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, and more.

client:VS Code transport:stdio runtime:npm

Install wc26 in VS Code

.vscode/mcp.json

{
  "servers": {
    "wc26": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wc26-mcp"
      ]
    }
  }
}

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

wc26 in other clients