MCP Server
MCP
PushEngage
Send push notifications, build audiences, and view campaign analytics from PushEngage.
Install
npx -y @pushengage/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@pushengage/mcp",
"version": "1.0.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the token/config file. Defaults to ~/.pushengage/mcp.json. Set it to run multiple PushEngage accounts side by side.",
"name": "PE_MCP_CONFIG_PATH"
},
{
"description": "Label shown on the PushEngage authorize screen as the requesting app, e.g. \"Claude Desktop\".",
"name": "PE_MCP_CLIENT_NAME"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment