
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@kraiter/mcp-server
Advanced tools
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.
npm install -g @kraiter/mcp-server
The server requires a KRAITER_API_KEY environment variable. Generate one from Settings in the dashboard.
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"
}
}
}
}
Add to your project's .claude/settings.json:
{
"mcpServers": {
"kraiter": {
"command": "npx",
"args": ["-y", "@kraiter/mcp-server"],
"env": {
"KRAITER_API_KEY": "your-api-key-here"
}
}
}
}
Add to .cursor/mcp.json or via Cursor Settings > MCP:
{
"mcpServers": {
"kraiter": {
"command": "npx",
"args": ["-y", "@kraiter/mcp-server"],
"env": {
"KRAITER_API_KEY": "your-api-key-here"
}
}
}
}
| Resource | Tools | Description |
|---|---|---|
| Contacts | 7 | Create, read, update, delete, and upsert contacts |
| Events | 4 | Track events and list event history |
| Templates | 6 | Manage email templates and preview renders |
| Sequences | 7 | Manage drip campaigns and contact enrolment |
| Campaigns | 9 | Organise sequences and templates into campaigns |
| Segments | 7 | Define audience segments and check membership |
| Domains | 5 | Register and verify sending domains |
| Send | 4 | Send transactional emails and view send history |
Once configured, you can ask Claude things like:
Full documentation is available at kraiter.com/docs/mcp-server.
MIT
FAQs
MCP server for the Kraiter email platform
The npm package @kraiter/mcp-server receives a total of 6 weekly downloads. As such, @kraiter/mcp-server popularity was classified as not popular.
We found that @kraiter/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.