Skip to content
Cursor

esim mcp for Cursor

io.github.kakha13/esim-mcp

Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips.

client:Cursor transport:stdio runtime:npm

Install esim 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": {
    "esim-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "esim-mcp"
      ],
      "env": {
        "CHEAPERESIM_API_TOKEN": "<CHEAPERESIM_API_TOKEN>",
        "CHEAPERESIM_API_BASE": "<CHEAPERESIM_API_BASE>",
        "CHEAPERESIM_TIMEOUT_MS": "<CHEAPERESIM_TIMEOUT_MS>"
      }
    }
  }
}

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

esim mcp in other clients