Skip to content

Cursor

Set up Sendivent MCP server in Cursor to manage notifications with AI.

Settings UI

  1. Open Cursor SettingsTools & IntegrationsMCP
  2. Click Add new MCP server
  3. Select Type: URL and enter:
https://mcp.sendivent.com/
  1. Complete OAuth authentication when prompted

Config File

Create .cursor/mcp.json in your project root:

json
{
  "mcpServers": {
    "sendivent": {
      "url": "https://mcp.sendivent.com/"
    }
  }
}

Restart Cursor after saving. Complete OAuth authentication when prompted.

TIP

Adding .cursor/mcp.json to your repo shares the MCP setup with your team.

Verify Connection

Go to Cursor SettingsTools & IntegrationsMCP. Sendivent should show a green status indicator.

Next Steps

Released under the MIT License.