MCP server for UniSender API — email lists, campaigns, contacts. API key auth.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"unisender": {
"env": {
"UNISENDER_API_KEY": "your_key"
},
"args": [
"-y",
"@theyahia/unisender-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for UniSender API — lists, contacts, campaigns, templates, statistics.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/unisender-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/unisender-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication / marketing
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
DataForSEO API modelcontextprotocol server
PubNub Model Context Protocol MCP Server for Cursor and Claude
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/unisender-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for UniSender API — lists, contacts, campaigns, templates, statistics.
Sign up for UniSender via referral link — 50% first payment + 25% recurring.
{
"mcpServers": {
"unisender": {
"command": "npx",
"args": ["-y", "@theyahia/unisender-mcp"],
"env": {
"UNISENDER_API_KEY": "your_key"
}
}
}
}
claude mcp add unisender -e UNISENDER_API_KEY=your_key -- npx -y @theyahia/unisender-mcp
npx @smithery/cli install @theyahia/unisender-mcp
UNISENDER_API_KEY=your_key npx @theyahia/unisender-mcp --http
# Server on http://localhost:3000/mcp
# Health check: GET http://localhost:3000/health
UNISENDER_API_KEY — API key from UniSender. Get one: API Settings.
Base URL: https://api.unisender.com/ru/api/
| Tool | Description |
|---|---|
get_lists | Get all mailing lists: ID, title, subscriber count |
create_list | Create a new mailing list |
| Tool | Description |
|---|---|
get_contacts | Get contacts from a list: email, subscription status |
subscribe | Subscribe a contact to mailing list(s) |
| Tool | Description |
|---|---|
create_email | Create an email message for a campaign |
send_email | Send a campaign with a created message |
get_campaign_status | Get campaign status |
get_campaign_delivery_stats | Detailed delivery statistics |
| Tool | Description |
|---|---|
get_templates | List email templates |
get_template | Get a specific template by ID |
| Skill | Trigger | Description |
|---|---|---|
skill-send-campaign | "Send campaign" | Full flow: list -> email -> send |
skill-campaign-stats | "Campaign stats" | Status + detailed analytics |
Show all mailing lists
Create a list called "VIP Clients"
Subscribe user@example.com to list 123
Create an email with subject "Sale" and send to list 123
Campaign 456 statistics
Show email templates
npm install
npm run build
npm test
UniSender — email and SMS marketing service. 50% first payment + 25% recurring via referral link.
MIT