Global transit via Transitland v2 — operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @cyanheads/transitland-mcp-server
MCP client config
{
"mcpServers": {
"transitland-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/transitland-mcp-server"
]
}
}
}Run
npx -y @cyanheads/transitland-mcp-server
MCP client config
{
"mcpServers": {
"transitland-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/transitland-mcp-server"
]
}
}
}