Skip to main content
Cursor is an AI-powered code editor. You can connect it to SendKit’s MCP server to manage your email infrastructure directly from the editor.

Prerequisites

  • Cursor editor installed
  • A SendKit API key with Full permission

Setup

1

Create the MCP configuration file

In your project root, create or edit .cursor/mcp.json:
{
  "mcpServers": {
    "sendkit": {
      "type": "http",
      "url": "https://mcp.sendkit.dev/sendkit",
      "headers": {
        "Authorization": "Bearer sk_your_api_key_here"
      }
    }
  }
}
Replace sk_your_api_key_here with your actual API key from the SendKit dashboard.
2

Restart Cursor

Restart Cursor to load the new MCP configuration.
3

Verify the connection

Open the AI chat panel and ask:
List all my SendKit senders

Example prompts

Use Cursor’s AI chat or inline editing to interact with SendKit:
Create a sender called "Notifications" with username "notifications" on domain example.com
Show me all my email templates
What's my bounce rate in the last 24 hours?