Skip to content
Claude Desktop

sendpulse mcp for Claude Desktop

io.github.theyahia/sendpulse-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install sendpulse mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sendpulse mcp in other clients