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