3 months ago
Kraiter is an email automation platform with an MCP server published on npm (@kraiter/mcp-server, v0.3.4). It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics — all via natural language.
Server Config
{
"mcpServers": {
"kraiter": {
"command": "npx",
"args": [
"-y",
"@kraiter/mcp-server"
],
"env": {
"KRAITER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}