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
{
"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