Skip to content
Cursor

nextbus mcp for Cursor

io.github.mrfentmen/nextbus-mcp

NextBus real-time public transit predictions (UmoIQ service).

client:Cursor transport:stdio runtime:npm

Install nextbus mcp in Cursor

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

{
  "mcpServers": {
    "nextbus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nextbus-mcp"
      ]
    }
  }
}

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

nextbus mcp in other clients