Skip to content
Cursor

sendpulse mcp for Cursor

io.github.theyahia/sendpulse-mcp

MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.

client:Cursor transport:stdio runtime:npm

Install sendpulse mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sendpulse-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "env": {
        "SENDPULSE_ID": "<SENDPULSE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sendpulse mcp in other clients