@theyahia/unisender-mcp
MCP server for UniSender API that enables managing email marketing lists, contacts, campaigns, templates, and statistics through natural language.
README
@theyahia/unisender-mcp
MCP server for UniSender API — lists, contacts, campaigns, templates, statistics.
Sign up for UniSender via referral link — 50% first payment + 25% recurring.
Install
Claude Desktop
{
"mcpServers": {
"unisender": {
"command": "npx",
"args": ["-y", "@theyahia/unisender-mcp"],
"env": {
"UNISENDER_API_KEY": "your_key"
}
}
}
}
Claude Code
claude mcp add unisender -e UNISENDER_API_KEY=your_key -- npx -y @theyahia/unisender-mcp
Smithery
npx @smithery/cli install @theyahia/unisender-mcp
Streamable HTTP
UNISENDER_API_KEY=your_key npx @theyahia/unisender-mcp --http
# Server on http://localhost:3000/mcp
# Health check: GET http://localhost:3000/health
Auth
UNISENDER_API_KEY — API key from UniSender. Get one: API Settings.
Base URL: https://api.unisender.com/ru/api/
Tools (10)
Lists
| Tool | Description |
|---|---|
get_lists |
Get all mailing lists: ID, title, subscriber count |
create_list |
Create a new mailing list |
Contacts
| Tool | Description |
|---|---|
get_contacts |
Get contacts from a list: email, subscription status |
subscribe |
Subscribe a contact to mailing list(s) |
Campaigns
| 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 |
Templates
| Tool | Description |
|---|---|
get_templates |
List email templates |
get_template |
Get a specific template by ID |
Skills
| Skill | Trigger | Description |
|---|---|---|
skill-send-campaign |
"Send campaign" | Full flow: list -> email -> send |
skill-campaign-stats |
"Campaign stats" | Status + detailed analytics |
Example prompts
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
Development
npm install
npm run build
npm test
UniSender
UniSender — email and SMS marketing service. 50% first payment + 25% recurring via referral link.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.