Skip to content
Cursor

korail mcp for Cursor

io.github.lovelyquality/korail-mcp

한국철도공사(KORAIL) 공공데이터 MCP 서버 — 98개 도구, API 키 신청 불필요. 역·열차·화물·통계 데이터 자연어 조회.

client:Cursor transport:stdio runtime:pypi

Install korail mcp in Cursor

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

{
  "mcpServers": {
    "korail-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "korail-mcp"
      ]
    }
  }
}

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

korail mcp in other clients