Official Novu plugin for the Cursor Marketplace. Build and operate multi-channel notifications — email, SMS, push, chat, and in-app — directly from Cursor.
| Name | Description |
|---|---|
novu |
MCP account access, docs search, SDK implementation skills, rules, commands, and agents |
- Novu Account MCP — OAuth-connected live account: workflows, subscribers, triggers, debugging
- Novu Docs MCP — Search and read Novu documentation in context
- 9 agent skills — Router + 8 implementation skills vendored from novuhq/skills
- Rules — SDK conventions and MCP routing guidance
- Commands —
verify-connection,setup-inbox,debug-notifications - Agent —
notification-debuggerfor delivery failure investigation
Install the Novu plugin from the Cursor Marketplace. On first MCP tool use, Cursor prompts you to sign in to Novu via OAuth.
After install, try:
Run whoami on the Novu MCP and list my workflows.
Trigger a notification:
Send a welcome notification to subscriber-123 using the welcome-email workflow.
Follow the novu-trigger-notification skill. Use NOVU_SECRET_KEY from environment variables.
Add inbox to Next.js:
Add a notification bell (Novu Inbox) to my Next.js app navbar.
Follow the novu-inbox-integration skill.
Debug failures:
Show failed notifications in the last 24 hours and help me fix delivery issues.
Design a workflow:
Design a multi-channel notification workflow for order-shipped events.
Follow the novu-design-workflow skill.
Create a managed agent:
Create my first Novu agent and connect it to Slack.
Follow the novu-connect-agent skill.
If your Novu dashboard is at eu.dashboard.novu.co, update the Novu Account MCP URL to https://eu.mcp.novu.co/ in Cursor MCP settings.
npm install
npm run validate # Validate plugin manifests
npm run sync-skills # Re-sync skills from novuhq/skillsnovu-cursor-plugin/
├── .cursor-plugin/marketplace.json
├── novu/
│ ├── .cursor-plugin/plugin.json
│ ├── mcp.json
│ ├── skills/
│ ├── rules/
│ ├── commands/
│ └── agents/
├── schemas/
└── scripts/
- Novu MCP docs
- Novu Agent Skills docs
- novuhq/skills (upstream skill source)
MIT