theYahia/unisender-mcp
MCP server for UniSender — email campaigns, newsletters (Russia)
Platform-specific configuration:
{
"mcpServers": {
"unisender-mcp": {
"command": "npx",
"args": [
"-y",
"unisender-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for UniSender API — lists, contacts, campaigns, templates, statistics.
> [Sign up for UniSender via referral link](https://affiliate.unisender.com) — 50% first payment + 25% recurring.
[](https://www.npmjs.com/package/@theyahia/unisender-mcp) [](https://opensource.org/licenses/MIT) [](https://smithery.ai/server/@theyahia/unisender-mcp)
{
"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-mcpnpx @smithery/cli install @theyahia/unisender-mcpUNISENDER_API_KEY=your_key npx @theyahia/unisender-mcp --http
# Server on http://localhost:3000/mcp
# Health check: GET http://localhost:3000/healthUNISENDER_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
Loading reviews...