Skip to content
Cursor

mcp server tfl for Cursor

io.github.oneill9/mcp-server-tfl

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

client:Cursor transport:stdio runtime:oci

Install mcp server tfl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server tfl in other clients