Skip to content
Grok

World Cup 2026 Tour for Grok

io.github.abaiii168/world-cup-2026

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

client:Grok transport:stdio runtime:oci

Install World Cup 2026 Tour in Grok

.mcp.json (in your project root)

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

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

World Cup 2026 Tour in other clients