MCP Server Tfl
Rank #11,238io.github.oneill9/tfl-mcp-server
Community-built server providing real-time London transport data via the TfL Unified API
MCP Server Tfl is a Model Context Protocol (MCP) server published by oneill9. It ranks #11,238 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Server Tfl is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 120,875 of 132,113 servers on MCP Toplist.
Use MCP Server Tfl
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tfl-mcp-server -e "TFL_APP_KEY=<your TFL_APP_KEY>" -- docker run -i --rm ghcr.io/oneill9/tfl-mcp-server:1.5.2Replace each placeholder with your own value before saving.
[mcp_servers.tfl-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/oneill9/tfl-mcp-server:1.5.2"]
[mcp_servers.tfl-mcp-server.env]
TFL_APP_KEY = "<your TFL_APP_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tfl-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"env": {
"TFL_APP_KEY": "<your TFL_APP_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tfl-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"env": {
"TFL_APP_KEY": "<your TFL_APP_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tfl-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"env": {
"TFL_APP_KEY": "<your TFL_APP_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tfl-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"env": {
"TFL_APP_KEY": "<your TFL_APP_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tfl-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/tfl-mcp-server:1.5.2"
],
"env": {
"TFL_APP_KEY": "<your TFL_APP_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oneill9%2Ftfl-mcp-server)<a href="https://mcptoplist.com/server/io.github.oneill9%2Ftfl-mcp-server"><img src="https://mcptoplist.com/badge/io.github.oneill9%2Ftfl-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
oneill9
Other servers by oneill9
View all oneill9 servers →Available versions (9)
| Version | Published |
|---|---|
| 1.5.2 | Jul 12, 2026 |
| 1.5.1 | May 13, 2026 |
| 1.5.0 | May 11, 2026 |
| 1.4.0 | Apr 15, 2026 |
| 1.3.1 | Apr 15, 2026 |
| 1.3.0 | Apr 10, 2026 |
| 1.2.1 | Mar 27, 2026 |
| 1.0.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Tfl?
- MCP Server Tfl is maintained by oneill9, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Server Tfl listed on the Official MCP Registry?
- Yes — MCP Server Tfl is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server Tfl have?
- MCP Toplist tracks 9 versions of MCP Server Tfl, most recently published on Jul 12, 2026.
- Where can I find the source code for MCP Server Tfl?
- The source code for MCP Server Tfl is hosted at github.com/oneill9/tfl-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.