Prerequisites
- Claude Code installed (
npm install -g @anthropic-ai/claude-code) - A SendKit API key with Full permission
Setup
Add the MCP server
Run the following command in your terminal:This adds the server to your project’s
Replace
sk_your_api_key_here with your actual API key from the SendKit dashboard..mcp.json file. To add it globally instead, append the --scope user flag.Manual configuration
You can also configure the server manually by creating a.mcp.json file in your project root:
~/.claude.json.

