mcpbeat Sign in

Infomaniak MCP Agent MCP Server

local only

Infomaniak MCP Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 46 · avg 16 · +20% w/w
a month agotoday
42
Installs / week
npm · infomaniak-mcp-agent
8
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.cjs || true

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add infomaniak-mcp-agent -- npx -y infomaniak-mcp-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.infomaniak-mcp-agent]
command = "npx"
args = ["-y", "infomaniak-mcp-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INFOMANIAK_API_TOKEN (Bearer token for api.infomaniak.com. Generate at https://manager.infomaniak.com/v3/api-token), INFOMANIAK_AUTH_MODE (Authentication mode for manager.infomaniak.com endpoints. 'auto' (default) reads Chrome cookies on demand. 'manual' uses INFOMANIAK_SASESSION+INFOMANIAK_XSRF_TOKEN. 'disabled' skips manager-private endpoints.), INFOMANIAK_SASESSION (Manager session cookie (used when INFOMANIAK_AUTH_MODE=manual).), INFOMANIAK_XSRF_TOKEN (Manager XSRF cookie (used when INFOMANIAK_AUTH_MODE=manual).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Infomaniak MCP Agent

same job, measured the same way
Samsara MCP
by automationsquados

Samsara fleet management — vehicles, routes, drivers, HOS compliance. Unofficial, bring your token.

local only
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token
by adelaidasofia

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

local only
Proton Drive CLI MCP
by borealstack

Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.

41 installs/wk local only
MCP Factory
by jaimenbell

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

110 installs/wk local only
Neuronscope
by rudrendupaul

Traces which neurons and attention heads drive a language model's output via MCP tools.

131 installs/wk local only
rn-devtools-hub
by rn-devtools-hub

Drive a running React Native or Expo app from inside its JS runtime: see, act, prove.

207 installs/wk local only
MinuteMail
by minutemailco

Ephemeral mailboxes and a mock OAuth IdP for testing email and auth flows — 39 API-driven tools

40 tools answering

Infomaniak MCP Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Infomaniak MCP Agent?
Infomaniak MCP Agent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package infomaniak-mcp-agent was installed 42 times last week.
How do I connect Infomaniak MCP Agent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls infomaniak-mcp-agent straight from npm; nothing to host, nothing to sign up for.
How many people use Infomaniak MCP Agent?
The npm package infomaniak-mcp-agent was installed 42 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Infomaniak MCP Agent open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.