OneSignal MCP Server

OneSignal MCP Server

Enables OneSignal push notification workflows in Cursor, including message sending, segment management, template creation, Journeys, custom events, and mobile SDK setup.

Category
Visit Server

README

OneSignal Cursor Plugin

OneSignal workflows for Cursor. This plugin packages:

  • The hosted OneSignal MCP server.
  • OneSignal skills for messages, segments, templates, Journeys, custom events, and mobile SDK setup.
  • A setup skill for Cursor/MCP authentication.
  • Safety rules for sends, writes, production apps, and secrets.
  • Commands for setup, test notification planning, and delivery debugging.

Requirements

  • Cursor with plugin support.
  • A OneSignal app.
  • A OneSignal REST API key for that app.

This first version uses API-key authentication. OAuth can be added later after the OneSignal MCP OAuth route is verified end to end in Cursor.

Configure Authentication

Set the REST API key in the environment before opening Cursor:

export ONESIGNAL_REST_API_KEY=replace-with-your-rest-api-key

Do not commit real API keys. Do not paste real keys into chat.

The plugin MCP config sends the key as an api_key header to:

https://mcp.onesignal.com/mcp

Local Install for Testing

Symlink this repo into Cursor's local plugin folder:

mkdir -p ~/.cursor/plugins/local
ln -s /path/to/onesignal-cursor-plugin ~/.cursor/plugins/local/onesignal

Then restart Cursor or run Developer: Reload Window.

Verify:

  1. Cursor sees the OneSignal plugin.
  2. Cursor lists the OneSignal MCP server under MCP settings.
  3. Read-only tools such as onesignal_health, onesignal_config, or onesignal_reference_overview work.
  4. Domain skills appear and trigger for OneSignal setup, messaging, segments, templates, Journeys, custom events, and mobile SDK questions.

Validate Before Publishing

Run:

npm run validate

The validator checks:

  • .cursor-plugin/plugin.json
  • mcp.json
  • relative component paths
  • skill/rule/command frontmatter
  • absence of committed REST API key values

Included Skills

  • onesignal-setup
  • onesignal-messages
  • onesignal-segments
  • onesignal-templates
  • onesignal-journeys
  • onesignal-custom-events
  • onesignal-mobile-sdk-setup

Included Commands

  • setup-onesignal
  • send-onesignal-test-notification
  • debug-onesignal-delivery

Safety Model

The plugin includes an always-on OneSignal safety rule:

  • Use environment variables for secrets.
  • Prefer read-only checks before writes.
  • Require explicit approval before sends, mutations, deletes, exports, transfers, or production actions.
  • Ask for extra confirmation before large-audience or production blasts.
  • Show app id, channel, audience, content, schedule, and expected effect before any send.

Cursor may also show MCP tool approval prompts. Do not bypass them.

Marketplace Submission

Before submitting:

  1. Run npm run validate.
  2. Test local install from ~/.cursor/plugins/local/onesignal.
  3. Test with a non-production OneSignal app first.
  4. Confirm README setup instructions are current.
  5. Commit all files, including assets/logo.svg.
  6. Push to a public GitHub repo.
  7. Submit the repo at https://cursor.com/marketplace/publish.

Recommended repository:

https://github.com/OneSignal/onesignal-cursor-plugin

OAuth Roadmap

The OneSignal MCP service has an OAuth route at:

https://mcp.onesignal.com/mcp/oauth

Do not switch this plugin to OAuth until the Cursor OAuth flow has been tested end to end with the hosted route and OneSignal auth proxy. The likely future shape is a plugin update that changes mcp.json to use the OAuth route and Cursor MCP auth configuration.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured