← Back to browse

infomaniak-mcp-agent

Indexed by io.github.Mogacode-ma

About

Unofficial Infomaniak MCP — hosting, Node.js, mail, DNS, kDrive, SSL, VPS, domains. 81 tools.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsINFOMANIAK_API_TOKEN INFOMANIAK_AUTH_MODE INFOMANIAK_SASESSION INFOMANIAK_XSRF_TOKEN
Claude Code
claude mcp add --env INFOMANIAK_API_TOKEN= --env INFOMANIAK_AUTH_MODE= --env INFOMANIAK_SASESSION= --env INFOMANIAK_XSRF_TOKEN= infomaniak-mcp-agent -- npx infomaniak-mcp-agent
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"infomaniak-mcp-agent","command":"npx","args":["infomaniak-mcp-agent"],"env":{"INFOMANIAK_API_TOKEN":"","INFOMANIAK_AUTH_MODE":"","INFOMANIAK_SASESSION":"","INFOMANIAK_XSRF_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "command": "npx",
      "args": [
        "infomaniak-mcp-agent"
      ],
      "env": {
        "INFOMANIAK_API_TOKEN": "",
        "INFOMANIAK_AUTH_MODE": "",
        "INFOMANIAK_SASESSION": "",
        "INFOMANIAK_XSRF_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.