Infomaniak MCP Agent

infomaniak-mcp-agent is an unofficial Model Context Protocol server that exposes the full surface of Infomaniak - Switzerland's sovereign cloud - as 78 tools an LLM can call directly: web hosting, mail (kSuite), kDrive, domains, DNS, DNSSEC, FTP/SSH users, AI products, account audits and more. Every destructive operation goes through a strict two-phase commit, so an agent can never silently delete or mutate…. Its 40 documented tools cover infomaniak, database, user, site.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 7 · #106 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Infomaniak MCP Agent

before you install - you'll need

Set INFOMANIAK_API_TOKEN, INFOMANIAK_SASESSION, INFOMANIAK_XSRF_TOKEN before connecting. INFOMANIAK_AUTH_MODE is optional or environment-specific per the README.

Claude Code

claude mcp add mogacode-ma-infomaniak-mcp-agent -- npx -y infomaniak-mcp-agent

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mogacode-ma-infomaniak-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package infomaniak-mcp-agent - unscoped; check the name against the project README before installing

registry namespace io.github.Mogacode-ma is GitHub-verified and matches the repo owner

03 · What Infomaniak MCP Agent can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 40 documented tools spanning infomaniak, database, user, site, including infomaniak_overview, infomaniak_help, infomaniak_explain, infomaniak_audit_account.

Capability map

Tools grouped from the project's README - what Infomaniak MCP Agent lets an agent do.

Infomaniak

39 tools - e.g. read-only; read-only; read-only

infomaniak_overview · infomaniak_help · infomaniak_explain · infomaniak_audit_account · infomaniak_history · infomaniak_undo…

auth & access

1 tool - e.g. destructive

infomaniak_change_database_user_permissions

Limitations (from the README)

- Hard rate limit of 60 req/min on api.infomaniak.com. The MCP throttles automatically with a token-bucket. You will see brief queueing delays on heavy bursts; this is intentional and protects your token from blacklisting. - No directory outside /sites/ when creating a site. Required by the manager backend (silently no-ops otherwise - see REVERSE-ENGINEERING.md). - Manager session cookies expire (typically every few

Latest releases

v0.15.2 · 2026-07-17

Fixed - documentation now matches the actual tool surface · The badge, intro, table of contents and server.json all advertised 81 · tools; the server actually exposes 78 (verified against the built · server's…

v0.15.1 · 2026-06-16

Fixed - nodejs_ tools were silently broken · Infomaniak's manager-private nodejs routes are keyed by site_id (the site inside the hosting, e.g. 106013), not by hosting_id (the parent web hosting, e.g. 743330). The MCP…

v0.15.0 · 2026-06-15

What's new · Reverse-engineered the manager-private endpoint behind the manager UI's Modifier le mot de passe and Modifier les droits forms via Chrome DevTools XHR capture. The historical "PATCH silently wipes…

04 · Who maintains Infomaniak MCP Agent

infomaniak-mcp-agent is maintained by mogacode-ma. We track 2 MCP servers from mogacode-ma - 2 actively maintained, 10 combined GitHub stars, oldest repo from May 2026. Full record: all servers from mogacode-ma.

  1. elementor-mcp-agent Agency-grade MCP for WordPress Elementor - multi-site, safe edits, templates, versions. ★ 3

05 · Facts

category
automation - ranked #106 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-07-17)
registry
io.github.Mogacode-ma/infomaniak-mcp-agent (active, first published 2026-05-21 · 8 versions)
packages
npm:infomaniak-mcp-agent

06 · Infomaniak MCP Agent FAQ

Is Infomaniak MCP Agent still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Infomaniak MCP Agent do?

An agent gets 40 documented tools spanning infomaniak, database, user, site, including infomaniak_overview, infomaniak_help, infomaniak_explain, infomaniak_audit_account.

How do I install Infomaniak MCP Agent?

Run `npx -y infomaniak-mcp-agent`. The README documents 4 environment variables (INFOMANIAK_API_TOKEN, INFOMANIAK_AUTH_MODE, INFOMANIAK_SASESSION…) to set first. Set INFOMANIAK_API_TOKEN, INFOMANIAK_SASESSION, INFOMANIAK_XSRF_TOKEN before connecting. INFOMANIAK_AUTH_MODE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Infomaniak MCP Agent run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Infomaniak MCP Agent

More automation MCP servers · Jacobian · ArcGIS MCP Bridge · OPC-UA MCP Server · Probe Kit · Socialclaw

More TypeScript MCP servers · Prompt To Asset · Madar · Moira · Molecare MCP · Molpha MCP · see all