OneSignal Model Context Protocol server

OneSignal

OneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campai

OneSignal·No reviews yet
Repo Docs
Share:

About

OneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campaign performance. With the OneSignal MCP, manage your messaging directly from your AI assistant. Send push notifications, emails, and SMS by simply describing your audience and message. Check campaign delivery stats, build audience segments, manage templates, and handle user subscriptions all through conversation.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Install OneSignal

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "onesignal": {
      "url": "https://…",
      "transport": "http"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "onesignal": {
      "url": "https://…"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "onesignal": {
      "type": "http",
      "url": "https://…"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.