mcp server tfl for Claude Desktop
io.github.oneill9/mcp-server-tfl
Community-built server providing real-time London transport data via the TfL Unified API
client:Claude Desktop
transport:stdio
runtime:oci
Install mcp server tfl in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-tfl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/mcp-server-tfl:1.4.0"
],
"env": {
"TFL_APP_KEY": "<TFL_APP_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs