Loading MCP server directory, please wait...
eSIMfly Business API: search eSIM plans, check usage, diagnose eSIMs, optionally order (confirmed)
npx @getmcp/cli add io.github.eSimfly-Official/esimfly-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ESIMFLY_ACCESS_CODEeSIMfly API access code (esf_...)
ESIMFLY_SECRET_KEYeSIMfly API secret key (sk_...)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eSimfly-Official/esimfly-mcp": {
"command": "npx",
"args": [
"-y",
"@esimfly/mcp"
],
"env": {
"ESIMFLY_ACCESS_CODE": "",
"ESIMFLY_SECRET_KEY": "",
"ESIMFLY_MCP_ALLOW_WRITES": ""
}
}
}
}