Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dev-mailkite-mailkite": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication / maps
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers
End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.
MCP Security Weekly
Get CVE alerts and security updates for dev.mailkite/mailkite and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Email for every product you ship — receive email as a webhook, send over a verified domain, give an AI agent its own inbox.
The official MailKite library for AI agents (MCP).
Docs · Library guide · mailkite.dev · AI agents
Read-only mirror. This repo is a generated, release-time mirror of the MailKite monorepo (the private source of truth) — development doesn't happen here. Install from npm and open issues against the MailKite docs.
{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": ["-y", "@mailkite/mcp"],
"env": { "MAILKITE_API_KEY": "mk_live_…" }
}
}
}
One tool per MailKite API method, generated from the shared contract. Full list + schemas: https://mailkite.dev/docs/libraries#mcp.
40 tools, generated from the shared API contract — the same spec the server registers at startup. * marks a required argument. Access: API key (mk_live_…), session (management token), or local (runs in-process, no network).
| Tool | Signature | Access | What it does |
|---|---|---|---|
mailkite_send | from*: string, to*: any, subject: string, html: string, text: string, templateId: string, templateData: object, cc: any, bcc: any, replyTo: string, inReplyTo: string, headers: object, attachments: array | API key · write | Send a message over a verified domain. |
mailkite_upload_attachment | filename: string, path: string, url: string, content: string, contentType: string, retentionDays: integer | API key · write | Upload a file to MailKite storage and get back a secure, time-limited URL. |
mailkite_list_templates | — | session · read | List your saved email templates (light metadata only — no body). |
mailkite_list_base_templates | — | session · read | List the premade base templates (light metadata). |
mailkite_get_template | id* | session · read | Get one template (full: subject, html, text, theme). |
mailkite_create_template | baseId: string, name: string, subject: string, html: string, text: string, json: string, theme: string | session · write | Create a template. |
mailkite_list_domains | — | session · read | List your domains, each with its webhook URL. |
mailkite_create_domain | domain*: string | session · write | Add a domain. |
mailkite_get_domain | id* | session · read | Get one domain with DNS records + webhook. |
mailkite_delete_domain | id* | session · delete/replace | Remove a domain. |
mailkite_verify_domain | id* | session · write | Check DNS and update status. |
mailkite_set_webhook | id*, url*: string | session · delete/replace | Set or replace the domain's catch-all webhook. |
mailkite_delete_webhook | id* | session · delete/replace | Remove the domain's webhook. |
mailkite_test_webhook | id* | session · write | Send a signed test event to the domain's webhook. |
mailkite_check_domain_availability | domain* | session · read | Check whether a domain is available to register, and at what price. |
mailkite_register_domain | `do |