Skip to content
Grok

mcp server tfl for Grok

io.github.oneill9/mcp-server-tfl

Community-built server providing real-time London transport data via the TfL Unified API

client:Grok transport:stdio runtime:oci

Install mcp server tfl in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-tfl": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/oneill9/mcp-server-tfl:1.4.0"
      ],
      "env": {
        "TFL_APP_KEY": "<TFL_APP_KEY>"
      }
    }
  }
}

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

mcp server tfl in other clients