Appearance
Claude
Set up Sendivent MCP server in Claude to manage notifications with AI.
Claude Desktop
- Open Claude Desktop → Settings → Connectors
- Click + to add a custom connector
- Enter Sendivent as the name
- Enter the URL:
https://mcp.sendivent.com/- 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
- MCP Server Overview — Available tools and workflows
- Quickstart — Send your first notification