MCP.so
Sign In
Servers

OneSignal MCP Server

@WeirdBrains

A Model Context Protocol (MCP) server for interacting with the OneSignal API

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "onesignal-mcp": {
      "command": "python",
      "args": [
        "onesignal_server.py"
      ]
    }
  }
}

More from Other