← Back to Plugins
MCP Server MCP

PushEngage

github By github 👁 1 views ▲ 0 votes

Send push notifications, build audiences, and view campaign analytics from PushEngage.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...