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
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.
Screenshots
Frequently Asked Questions
Common questions about OneSignal.
- What is the OneSignal MCP?
- The OneSignal MCP allows AI assistants to manage customer engagement. It supports sending push notifications, emails, and SMS, configuring audience segments, and tracking campaign performance directly through conversational interfaces.
- How can I install the OneSignal MCP in a client like Cline?
- In Cline, you would use the 'cline install' command followed by the OneSignal MCP identifier. Specific installation steps and parameters may vary based on your Cline version and deployment environment.
- Does the OneSignal MCP require an API key or other credentials?
- The documentation suggests no explicit authentication type for the MCP itself. However, access to the underlying OneSignal service would require appropriate API keys or authentication configured within your OneSignal account.
- What core capabilities does the OneSignal MCP offer?
- Key capabilities include sending targeted messages (push, email, SMS), managing audience segments, creating and updating message templates, and monitoring campaign delivery statistics through conversational prompts.
- Is there any cost associated with using the OneSignal MCP?
- The cost depends on your OneSignal service plan. The MCP itself acts as an interface; usage of the OneSignal platform typically has associated costs based on features, volume, and subscription tier.
- What is a common limitation when using the OneSignal MCP?
- A common limitation is that the effectiveness of conversational control relies on clear and unambiguous natural language input. Complex segmentation logic or highly nuanced message personalization might still benefit from direct use of the OneSignal dashboard.
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
No reviews yet. Be the first!
Discussion(0)
No comments yet.