Skip to content
Cursor

RZD Tickets MCP for Cursor

io.github.ex3lite/mcp-rzd-tickets

Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos.

client:Cursor transport:stdio runtime:npm

Install RZD Tickets MCP 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": {
    "mcp-rzd-tickets": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ],
      "env": {
        "RZD_TIMEOUT_MS": "<RZD_TIMEOUT_MS>",
        "RZD_PROXY_URL": "<RZD_PROXY_URL>"
      }
    }
  }
}

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

RZD Tickets MCP in other clients