tfl status mcp for VS Code
io.github.mrfentmen/tfl-status-mcp
London transport line status from Transport for London. No key required.
client:VS Code
transport:stdio
runtime:npm
Install tfl status mcp in VS Code
.vscode/mcp.json
{
"servers": {
"tfl-status-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tfl-status-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs