
Infomaniak Mcp Agent
Let your coding agent manage Infomaniak hosting, mail, DNS, kDrive, SSL, and AI services from chat instead of clicking through the manager UI.
Overview
Infomaniak MCP Agent is an MCP server for the Operate phase that exposes 54 tools so agents can manage Infomaniak hosting, mail, DNS, kDrive, SSL, and AI APIs from your editor.
What is this MCP server?
- 54 MCP tools across web hosting, mail, DNS, kDrive, SSL, and Infomaniak AI APIs
- Bearer auth via INFOMANIAK_API_TOKEN against api.infomaniak.com
- Manager-private endpoints with auto Chrome cookie, manual SASESSION/XSRF, or disabled modes
- stdio npm package infomaniak-mcp-agent (v0.8.5)
- Unofficial community server—verify behavior against Infomaniak docs before production changes
- Server version 0.8.5
- Stdio transport via npm package infomaniak-mcp-agent
Community signal: 2 GitHub stars.
What problem does it solve?
Switching between your agent session and Infomaniak’s manager for DNS, mail, SSL, and kDrive changes is slow and error-prone when you are shipping alone.
Who is it for?
Solo builders already on Infomaniak who want agent-driven DNS, mail, kDrive, and certificate tasks during deploy and day-two ops.
Skip if: Teams on AWS/Vercel-only stacks, or anyone who needs an official Infomaniak-supported integration with SLA guarantees.
What do I get? / Deliverables
After you register the stdio server with an API token, your agent can run Infomaniak operations as tool calls while you stay in the repo.
- Agent-callable Infomaniak API operations (hosting, mail, DNS, kDrive, SSL, AI)
- Configurable auth scope for manager-private vs API-only endpoints
- Repeatable infra changes documented in the agent session
Recommended MCP Servers
Journey fit
Infomaniak is production infrastructure—domains, mail, certificates, and storage—so the canonical shelf is Operate once you are running (or preparing to run) on their stack. Infra is the right subphase because the 54 tools map to provisioning and day-two ops (DNS, SSL, kDrive, mail), not app feature code.
How it compares
MCP infrastructure bridge with 54 API tools, not a deployment skill or generic web-scraping automation pack.
Common Questions / FAQ
Who is Infomaniak MCP Agent for?
It is for developers and indie operators who use Infomaniak for hosting, email, DNS, kDrive, or SSL and want Claude Code or Cursor to perform those tasks via MCP.
When should I use Infomaniak MCP Agent?
Use it when you are configuring domains and mail for a launch, renewing or checking SSL, or doing recurring manager tasks you would rather describe in natural language.
How do I add Infomaniak MCP Agent to my agent?
Install the npm package infomaniak-mcp-agent, set INFOMANIAK_API_TOKEN, add the server to your MCP config with stdio transport, and optionally set INFOMANIAK_AUTH_MODE for manager-private tools.