Kraiter
Kraiter is an email automation platform. It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics.
@kraiter/mcp-server
Model Context Protocol (MCP) server for the Kraiter email platform. Lets Claude and other AI assistants manage contacts, send emails, run sequences, and more — via natural language.
Installation
npm install -g @kraiter/mcp-server
Configuration
The server requires a KRAITER_API_KEY environment variable. Generate one from Settings in the dashboard.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{ "mcpServers": { "kraiter": { "command": "npx", "args": ["-y", "@kraiter/mcp-server"], "env": { "KRAITER_API_KEY": "your-api-key-here" } } } }
Claude Code
claude mcp add kraiter -- npx -y @kraiter/mcp-server
Then set the environment variable in your project's .claude/settings.json:
{ "env": { "KRAITER_API_KEY": "your-api-key-here" } }
Or add the full server config manually:
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
Cursor
Add to .cursor/mcp.json or via Cursor Settings > MCP:
Available tools (62)
| Resource | Tools | Description |
|---|---|---|
| Contacts | 12 | Create, read, update, delete, upsert contacts; list sends, sequences, segments, and timeline |
| Events | 3 | Track events and list event history |
| Templates | 7 | Upsert email templates, preview renders, and manage versions |
| Sequences | 10 | Upsert drip campaigns, manage contact enrolment, versions, and dry runs |
| Campaigns | 9 | Organise sequences and templates into campaigns |
| Segments | 5 | Define and manage audience segments |
| Domains | 5 | Register and verify sending domains |
| Send | 4 | Send transactional emails and view send history |
| Scheduled Sends | 2 | List and inspect scheduled sends |
| Metrics | 5 | Tenant, sequence, and template metrics |
Example usage
Once configured, you can ask Claude things like:
- "Create a contact for [email protected] with firstName Alice"
- "Send a welcome email to [email protected] using the welcome-template"
- "List all active campaigns"
- "Show me the timeline for [email protected]"
Documentation
Full documentation is available at kraiter.com/docs/mcp-server.
Licence
MIT
İlgili Sunucular
Slack
Interact with Slack workspaces using the Slack API.
Infobip MCP servers
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
Telegram
A server for interacting with Telegram via the MTProto API, requiring API credentials.
Twilio
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.
wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP — create, read, and edit Docs and Smartsheets. 9 tools. Fills the doc-CRUD gap: existing WeCom MCP servers only support webhook messaging
Say MCP Server
A server for voice notifications using VoiceBox, with a fallback to the Mac 'say' command.
Lara Translate
Translate text with language detection, context-awareness, and translation memories using the Lara Translate API.
oVice
Manage oVice workspaces, groups, users, and send notifications through the oVice API.
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.