How to Use the Mail-in-a-Box MCP in Claude Code
Manage your Mail-in-a-Box MCP Server from your terminal. Claude Code automates mailbox provisioning and health checks directly in your shell.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mail-in-a-Box MCP to Claude Code
Create your Vinkius account to connect Mail-in-a-Box to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scripted provisioning with Claude Code
Stop logging into web panels to create email accounts. This integration lets you manage your entire mail infrastructure straight from the command line. You pipe in a list of new hires, and your agent handles the rest. The agent loops through your list and fires off `create_mail_user` for each person. If they need to receive emails from a legacy address, it immediately runs `create_or_update_alias`. You get a fully provisioned team in seconds.
Infrastructure health checks
Mail servers require constant babysitting. DNS records drift, SSL certificates expire, and spam blacklists happen. You need real-time visibility without leaving your SSH session. You can trigger `get_system_status` directly through your agent. It pulls the raw diagnostic JSON, parses the output, and alerts you to any failing services. Tie this into a cron job to catch issues early.
Automated teardown and cleanup
Offboarding users manually is a security risk. When someone leaves, you need their access revoked and their aliases wiped immediately. The agent pulls the active roster using `list_mail_users`. Once you confirm the target, it executes `delete_mail_user` and cleans up any orphaned routing rules with `delete_mail_alias`.
Set up Mail-in-a-Box MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemail-in-a-box-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mail-in-a-Box transactions." It will automatically discover and invoke the available Mail-in-a-Box tools.
claude mcp add --transport http mail-in-a-box-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mail-in-a-Box MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mail-in-a-Box MCP today
We host it, we monitor it, we maintain it. You just paste one token.