★ 1 stars
TypeScript
📦 Other
Updated today
MCP server for Transport for London — lines, journeys, stop points, arrivals, bike points, occupancy, road disruptions and more over stdio
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tfl-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/tfl-mcp"
]
}
}
}
Run in terminal:
claude mcp add tfl-mcp npx -y daanrongen/tfl-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tfl-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/tfl-mcp"
]
}
}
}