Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

create_mailbox

Create and configure email mailboxes on Migadu with options for display name, password, recovery email, internal status, and forwarding settings. Manage email hosting efficiently through an MCP server.

Instructions

Create email mailboxes. List of dicts with: target (email/local), name (display), password (optional), recovery_email (optional), is_internal (optional), forwarding_to (optional).

Input Schema

NameRequiredDescriptionDefault
mailboxesYes

Input Schema (JSON Schema)

{ "properties": { "mailboxes": { "items": { "additionalProperties": true, "type": "object" }, "title": "Mailboxes", "type": "array" } }, "required": [ "mailboxes" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Michaelzag/migadu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server