Skip to content

Claude

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

Claude Desktop

  1. Open Claude Desktop → SettingsConnectors
  2. Click + to add a custom connector
  3. Enter Sendivent as the name
  4. Enter the URL:
https://mcp.sendivent.com/
  1. Click Connect and complete OAuth authentication

INFO

Claude Desktop does not support remote MCP servers via the claude_desktop_config.json file. Add remote servers through the Connectors interface instead.

Claude Code

Run a single command:

bash
claude mcp add sendivent --transport http https://mcp.sendivent.com/

A browser window opens for authorization on first tool use.

To share with your team, add to .claude/mcp.json in your project:

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

Next Steps

Released under the MIT License.