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)

ResourceToolsDescription
Contacts12Create, read, update, delete, upsert contacts; list sends, sequences, segments, and timeline
Events3Track events and list event history
Templates7Upsert email templates, preview renders, and manage versions
Sequences10Upsert drip campaigns, manage contact enrolment, versions, and dry runs
Campaigns9Organise sequences and templates into campaigns
Segments5Define and manage audience segments
Domains5Register and verify sending domains
Send4Send transactional emails and view send history
Scheduled Sends2List and inspect scheduled sends
Metrics5Tenant, sequence, and template metrics

Example usage

Once configured, you can ask Claude things like:

Documentation

Full documentation is available at kraiter.com/docs/mcp-server.

Licence

MIT

관련 서버

NotebookLM 웹 임포터

원클릭으로 웹 페이지와 YouTube 동영상을 NotebookLM에 가져오기. 200,000명 이상이 사용 중.

Chrome 확장 프로그램 설치