Skip to content
Cursor

OpenBusData for Cursor

io.github.andrewaubury/openbusdata

MCP server for UK Bus Open Data with timetable parsing, journey planning and live tracking.

client:Cursor transport:stdio runtime:pypi

Install OpenBusData in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openbusdata": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openbusdata-mcp"
      ],
      "env": {
        "OPENBUS_API_KEY": "<OPENBUS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenBusData in other clients