Loading MCP server directory, please wait...
Community-built server providing real-time London transport data via the TfL Unified API
npx @getmcp/cli add io.github.oneill9/mcp-server-tflRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oneill9/mcp-server-tfl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TFL_APP_KEY",
"ghcr.io/oneill9/mcp-server-tfl:1.2.1"
],
"env": {
"TFL_APP_KEY": ""
}
}
}
}