Who it’s for
- Developers using AI coding tools. Wire SenderKit into your assistant once; after that, “send the welcome email to user@example.com” is one line in the chat.
- Agent authors. Building an autonomous workflow that needs to send notifications? Point it at SenderKit over MCP and let it dispatch through the same templates and key prefixes your app already uses.
What you can do with it
The server exposes a small surface that mirrors SenderKit’s main operations:- Send a templated message, or raw inline content, to one recipient.
- List and inspect templates by slug.
- Query and cancel messages — list recent sends with filters, fetch a single message, or cancel a still-pending one.
- Check your connection mode with
senderkit_context— confirm whether the active connection is live or test before sending.
sk_test_ key and
your assistant can experiment without anything leaving the building.
How it runs
Three ways to connect:OAuth
Connect from Claude (web, desktop, mobile) or any OAuth-compatible MCP
client — no API key needed. Sign in and pick a workspace + mode.
Hosted (API key)
Point your client at
https://mcp.senderkit.com. Auth is
Authorization: Bearer <key>. SenderKit runs the server.Local (stdio)
Run
senderkit mcp from the CLI — a stdio MCP server
that reads SENDERKIT_API_KEY from your environment.Quickstart
Connect Claude Code and make your first tool call.
Installation
Config for every supported client.
Tools
The full surface, parameter by parameter.