tfl mcp server for Cursor
io.github.oneill9/tfl-mcp-server
Community-built server providing real-time London transport data via the TfL Unified API
client:Cursor
transport:stdio
runtime:oci
Install tfl mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tfl-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"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