Сonnect SendPulse's MCP server to Cherry Studio
Cherry Studio is an AI desktop client that supports MCP integrations. By connecting SendPulse's MCP server to it, you can manage your SendPulse account directly in Cherry Studio's chat using natural-language requests.
Let's talk about how to connect SendPulse's MCP server to Cherry Studio.
To learn more about SendPulse's MCP server and how it works, see MCP basics.
Add SendPulse’s MCP server
In the Cherry Studio app, click the settings icon in the upper-right corner. Go to the MCP Servers tab, click +Add, and select Import from JSON.

In the window that appears, paste the code below and click Ok:
{
"mcpServers": {
"pxwjSzDh5CzCyNkWTBO9_": {
"name": "SendPulse MCP",
"type": "streamableHttp",
"description": "",
"isActive": true,
"baseUrl": "https://mcp.sendpulse.com/mcp"
}
}
}

Then, the SendPulse API authentication page will be opened in your browser. Enter your login credentials and click Login.

Run actions through MCP
Once you’ve connected the MCP server, you can send messages and take other actions in your SendPulse account using tools.
To see available tools and manage access permissions in your client, click the settings button next to SendPulse’s MCP server and go to the Tools tab. To view a tool's description and required parameters, click Expand.
Read more: List of MCP tools.

To start a chat, click Home in the upper corner. In the chat, click the MCP icon and select Manual > SendPulse MCP to connect the server.
Enter your request using natural language and click Send. If the command is successful, the AI agent will show you the tool it used and the information you asked for. If you requested an action, it will show the action status.
Read more: Chat with your AI assistant.

Last Updated: 10.06.2026
or