Send push notifications, build audiences, and view campaign analytics from PushEngage.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by PushEngage.
pushengage_auth_loginOpens the browser to PushEngage and stores the token on success.
pushengage_auth_statusShows whether you are authenticated and which site is selected.
pushengage_auth_logoutDeletes the locally stored token.
pushengage_list_sitesLists the PushEngage sites you can access.
pushengage_select_siteSets the current site used by the other tools.
pushengage_get_site_detailsSite name, URL, timezone, geolocation, and the "Powered By PushEngage" branding toggle.
Manage your PushEngage account from any AI assistant, in plain language.
PushEngage is a push notification platform for web push, mobile app push, WhatsApp, and on-site chat widgets, used to grow subscribers and recover revenue (cart abandonment, price drops, back-in-stock, and more).
This package is a Model Context Protocol (MCP) server. It connects MCP-capable assistants such as Claude Desktop, Claude Code, and Cursor to your PushEngage account so you can send and schedule notifications, run A/B tests, build audiences, inspect analytics, and manage site settings just by asking, without leaving your chat.
You log in once through your browser; the assistant then acts on your behalf against whichever PushEngage site you select.
Once connected, just describe what you want. A few examples:
Send and schedule
Target the right people
Understand performance
Configure a site
npx).Add the server to your client's MCP config. No global install is needed; npx fetches it on demand.
The easiest path on Claude Desktop is the MCP Bundle:
pushengage-mcp-<version>.mcpb file from the GitHub releases page.Everything is bundled β no JSON editing needed. The install dialog optionally lets you set the label shown on the PushEngage authorize screen and a custom token file path (for running multiple accounts).
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your platform:
Restart Claude Desktop. The "pushengage" server should appear in your tool list.
Edit ~/.cursor/mcp.json:
Any client that speaks MCP over stdio works. Configure it to run the command npx -y @pushengage/mcp.
Authentication is browser-based, so your credentials never touch the assistant.
Every site-scoped tool acts on this current site unless you pass an explicit site_id. When the token expires you will see an AUTH_EXPIRED message; just ask to log in again.
All site-scoped tools default to the current site.
| Tool | Purpose |
|---|---|
pushengage_auth_login | Opens the browser to PushEngage and stores the token on success. |
pushengage_auth_status | Shows whether you are authenticated and which site is selected. |
pushengage_auth_logout | Deletes the locally stored token. |
pushengage_list_sites | Lists the PushEngage sites you can access. |
pushengage_select_site | Sets the current site used by the other tools. |
| Tool | Purpose |
|---|---|
pushengage_get_site_details / pushengage_update_site_details | Site name, URL, timezone, geolocation, and the "Powered By PushEngage" branding toggle. |
pushengage_get_campaign_defaults / pushengage_update_campaign_defaults | UTM parameters, fallback notification, fallback attributes, and default notification expiry. Updates merge over current values, so partial edits work. |
pushengage_get_service_worker_settings / pushengage_update_service_worker_settings | Service worker registration, sub-folder support, and the worker file path. |
| Tool | Purpose |
|---|---|
pushengage_list_segments / pushengage_create_segment | URL-rule based subscriber segments. |
pushengage_list_audience_groups / pushengage_create_audience_group | Saved targeting groups (device, country, segment, engagement, dates, attributes). Referenced by the send tools' audience_groups. |
pushengage_list_attributes / pushengage_create_attribute | Custom subscriber attribute keys used in audience-group rules (max 50 per site). |
| Tool | Purpose |
|---|---|
pushengage_list_drip_campaigns | Drip autoresponders. Filter by status; set include_analytics for per-campaign stats. |
pushengage_list_triggered_campaigns | Triggered campaigns (cart/browse abandonment, price drop, etc.). Filter by status; optional analytics. |
pushengage_list_rss_campaigns | RSS auto push campaigns. Filter by status. |
pushengage_list_workflows | Workflow automations. Filter by status; set include_analytics for entered/active/completed/failed and goal stats. |
| Tool | Purpose |
|---|---|
pushengage_list_chat_widgets | The on-site widget that surfaces WhatsApp, Messenger, and other channels. Shows status, channels, devices, business-hours restriction, and targeting. |
| Tool | Purpose |
|---|---|
pushengage_get_analytics_summary | Lifetime totals: subscribers, notifications sent, views, clicks, and goal count/value. |
pushengage_get_analytics_timeseries | Per-bucket (day/week/month) subscribers, sends, views, clicks, CTR, and unsubscribes over a date range. |
| Tool | Purpose |
|---|---|
pushengage_list_notifications | Lists sent, scheduled, and draft notifications, newest first. Filter by status (dashboard-tab semantics), sent-date range, or tags; set include_analytics for rolled-up A/B and timezone-send stats. |
pushengage_send_notification | Sends or schedules a notification. One tool, three delivery modes: send now, one-shot schedule (optionally per-subscriber timezone), and recurring. Optional audience_groups targeting; otherwise all subscribers. |
pushengage_send_ab_notification | An A/B notification with two variants. Pass intelligent_ab_test to sample each variant, pick the winner by click rate after a delay, and roll the winner out to the rest. |
No configuration is required β the server talks to PushEngage's production API out of the box. These environment variables are available for less common setups:
| Env var | Default | Purpose |
|---|---|---|
PE_MCP_CLIENT_NAME | AI assistant | Label shown on the authorize screen as the requesting app. Set it if you want a specific label, e.g. "Claude Desktop". |
PE_MCP_CONFIG_PATH | ~/.pushengage/mcp.json | Where the token is stored. Set this to run more than one PushEngage account side by side (see below). Must be an absolute path β it's used exactly as given, with no ~ expansion. |
Register the server under two different names, each with its own PE_MCP_CONFIG_PATH so the tokens don't collide:
Ask the assistant to log in under each server name separately; each authorizes against whichever PushEngage account you choose in the browser.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pushengage)<a href="https://allmcps.com/mcp/pushengage"><img src="https://allmcps.com/api/badge/pushengage?style=directory" alt="PushEngage on AllMCPs" /></a>