infomaniak-mcp-agent

v0.8.5Cloud Servicesstable

infomaniak-mcp-agent lets Claude (or any MCP client) drive a real Infomaniak account end-to-end through 54 tools — web hosting, mail, kDrive, domains, DNS, DNSSEC, FTP/SSH users, AI catalogue and more. Every destructive operation goes through a stric

agenticanthropicautomationclaudedns
Share:
17
Stars
0
Downloads
0
Weekly
0/5

What is infomaniak-mcp-agent?

infomaniak-mcp-agent is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to infomaniak-mcp-agent lets claude (or any mcp client) drive a real infomaniak account end-to-end through 54 tools — web hosting, mail, kdrive, domains, dns, dnssec, ftp/ssh users, ai catalogue and more...

infomaniak-mcp-agent lets Claude (or any MCP client) drive a real Infomaniak account end-to-end through 54 tools — web hosting, mail, kDrive, domains, DNS, DNSSEC, FTP/SSH users, AI catalogue and more. Every destructive operation goes through a stric

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • infomaniak-mcp-agent lets Claude (or any MCP client) drive a

Use Cases

Infomaniak hosting and email management
DNS, FTP/SSH, and kDrive automation
54 tools for end-to-end control
Mogacode-ma

Maintainer

LicenseMIT License
Languagetypescript
Versionv0.8.5
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y infomaniak-mcp-agent

Manual Installation

npx -y infomaniak-mcp-agent

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use infomaniak-mcp-agent

infomaniak-mcp-agent lets Claude or any MCP client drive a real Infomaniak account end-to-end through 81 tools covering web hosting, mail hosting, kDrive, domains, DNS, DNSSEC, FTP/SSH users, databases, Node.js apps, SSL certificates, VPS, URL shortener, Swiss Backup, and the Infomaniak AI catalogue. Every destructive operation goes through a strict confirmation flow to prevent accidental changes, and the built-in undo tool can reverse recent reversible actions within the same session.

Prerequisites

  • Node.js installed (for npx execution)
  • An Infomaniak account with API token generated at manager.infomaniak.com/v3/ng/profile/user/token/list
  • INFOMANIAK_API_TOKEN environment variable with the generated bearer token
  • An MCP-compatible AI client such as Claude Desktop or Claude Code
1

Generate an Infomaniak API token

Log in to your Infomaniak Manager, navigate to your profile, and generate a personal API token. Copy the token immediately — it will only be shown once. This token is used as your INFOMANIAK_API_TOKEN.

2

Add the server to Claude Desktop configuration

Edit your Claude Desktop config file and add the infomaniak-mcp-agent block. Set INFOMANIAK_API_TOKEN to your token and INFOMANIAK_AUTH_MODE to 'auto' for most use cases.

{
  "mcpServers": {
    "infomaniak": {
      "command": "npx",
      "args": ["-y", "infomaniak-mcp-agent"],
      "env": {
        "INFOMANIAK_API_TOKEN": "paste-your-token-here",
        "INFOMANIAK_AUTH_MODE": "auto"
      }
    }
  }
}
3

Or add via Claude Code CLI

If using Claude Code, add the server with a single CLI command that sets environment variables and the run command in one step.

claude mcp add infomaniak \
  -e INFOMANIAK_API_TOKEN=paste-your-token-here \
  -e INFOMANIAK_AUTH_MODE=auto \
  -- npx -y infomaniak-mcp-agent
4

Restart your client and verify the connection

Restart Claude Desktop. Ask Claude to run 'infomaniak_overview' to get an account summary and confirm all 81 tools are loaded correctly.

5

Explore tools with the built-in help system

Use the infomaniak_help tool with a natural language intent to find the right tool for your task. Use infomaniak_explain with a tool name to see its full parameter schema.

infomaniak-mcp-agent Examples

Client configuration (Claude Desktop)

Complete Claude Desktop configuration for infomaniak-mcp-agent using npx with auto authentication mode.

{
  "mcpServers": {
    "infomaniak": {
      "command": "npx",
      "args": ["-y", "infomaniak-mcp-agent"],
      "env": {
        "INFOMANIAK_API_TOKEN": "paste-your-token-here",
        "INFOMANIAK_AUTH_MODE": "auto"
      }
    }
  }
}

Prompts to try

Real prompts that exercise the 81 tools across Infomaniak's hosting, DNS, mail, and storage products.

- "List domains expiring in under 60 days, sorted by date"
- "Create staging.example.com on hosting WP1234567, PHP 8.3, root at /sites/staging"
- "Add TXT record on example.com for Postmark DKIM, then verify resolution"
- "Create [email protected] with a 16-char random password, forwarded to my Gmail"
- "Audit the entire account: any locked products, expiring SSL, broken DNSSEC?"
- "Which kDrives am I admin on and how full are they?"
- "Undo the last DNS change from this session"

Troubleshooting infomaniak-mcp-agent

API calls return 401 Unauthorized

Verify INFOMANIAK_API_TOKEN is set to a valid bearer token from manager.infomaniak.com. Tokens are scoped — ensure the token has the necessary permissions for the products you are managing.

Destructive operations (create/delete) are not executing

Destructive tools require explicit confirmation. Claude will present a confirmation prompt before executing any destructive action. Respond with confirmation to proceed. If using INFOMANIAK_AUTH_MODE=manual, also ensure INFOMANIAK_SASESSION and INFOMANIAK_XSRF_TOKEN are set correctly.

npx infomaniak-mcp-agent is slow to start

The first run downloads the package via npx. Subsequent runs use the cache. For faster startup, install globally with 'npm install -g infomaniak-mcp-agent' and update the command in your config to the global binary path.

Frequently Asked Questions about infomaniak-mcp-agent

What is infomaniak-mcp-agent?

infomaniak-mcp-agent is a Model Context Protocol (MCP) server that infomaniak-mcp-agent lets claude (or any mcp client) drive a real infomaniak account end-to-end through 54 tools — web hosting, mail, kdrive, domains, dns, dnssec, ftp/ssh users, ai catalogue and more. every destructive operation goes through a stric It connects AI assistants to external tools and data sources through a standardized interface.

How do I install infomaniak-mcp-agent?

Install via npm with the command: npx -y infomaniak-mcp-agent. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with infomaniak-mcp-agent?

infomaniak-mcp-agent works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is infomaniak-mcp-agent free to use?

Yes, infomaniak-mcp-agent is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use infomaniak-mcp-agent?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides