Сonnect SendPulse's MCP server to Antigravity
Antigravity is an AI-powered code editor that supports MCP integrations. Once you connect SendPulse's MCP server to it, you will be able to manage your SendPulse account directly in Antigravity using natural-language requests.
Let's talk about how to connect SendPulse's MCP server to Antigravity.
To learn more about SendPulse's MCP server and how it works, see MCP basics.
Add SendPulse’s MCP server
In the Antigravity app, go to Toggle Agent, click the three dots, and select MCP Servers.

On the right, click Manage MCP Servers, and then in the central area, click View raw config.

In the configuration file, paste the code below:
Antigravity supports up to 100 tools. To stay within this limit, add exceptions to the configuration file.
{
"mcpServers": {
"sp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sendpulse.com/mcp"
],
"env": {},
"disabledTools": [
"email_emails_delete",
"email_emails_statistics_list",
"email_emails_statistics_show",
"email_tags_list",
"email_tags_create",
"email_tags_update",
"email_tags_delete",
"email_tags_emails_pin",
"email_tags_emails_unpin",
"email_tags_phones_pin",
"email_tags_phones_unpin",
"email_blacklist_emails_list",
"email_blacklist_emails_add",
"email_blacklist_emails_delete",
"email_balance_show",
"email_balance_show_detail",
"smtp_emails_list",
"smtp_emails_show",
"smtp_emails_show_list",
"smtp_emails_send",
"smtp_emails_total",
"smtp_bounces_list",
"smtp_bounces_total",
"smtp_unsubscribes_list",
"smtp_unsubscribes_create",
"smtp_unsubscribes_delete",
"smtp_unsubscribes_resubscribe",
"smtp_unsubscribes_is_unsubscribed",
"smtp_ips_list",
"smtp_senders_list",
"smtp_senders_create",
"smtp_senders_domains_list",
"smtp_senders_domains_create"
],
"disabled": false
}
}
}
After you add it, close the tab and select Save.

Once you save the changes, you will be redirected to the MCP settings. To update the information, click Refresh.
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.
Next to the sp MCP server, you can see available tools, tool descriptions, and required request parameters. To deactivate or activate a tool, use its toggle.
Read more: List of MCP tools.

To go back to the chat, click Back to Agent.

In the chat, enter your request using natural language and send it.
The AI assistant will then name the tool it plans to run. If the selected tool is appropriate, click Submit to let it run the action in your account.
Read more: Chat with your AI assistant.

Last Updated: 10.06.2026
or