esim mcp for Zed
io.github.kakha13/esim-mcp
Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips.
client:Zed
transport:stdio
runtime:npm
Install esim mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"esim-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs