Loading MCP server directory, please wait...
Global transit via Transitland v2 — operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures.
npx @getmcp/cli add io.github.cyanheads/transitland-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TRANSITLAND_API_KEYTransitland v2 API key, sent as the `apikey` query parameter. Get one at the Transitland developer portal.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/transitland-mcp-server": {
"command": "node",
"args": [
"@cyanheads/transitland-mcp-server",
"run",
"start:stdio"
],
"env": {
"TRANSITLAND_API_KEY": "",
"TRANSITLAND_BASE_URL": "https://transit.land/api/v2/rest",
"MCP_LOG_LEVEL": "info"
}
}
}
}