MCP server for UniSender API — email lists, campaigns, contacts. API key auth.
claude mcp add unisender-mcp -- npx -y @theyahia/unisender-mcp
claude_desktop_config.json
{
"mcpServers": {
"unisender-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/unisender-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"unisender-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/unisender-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"unisender-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/unisender-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"unisender-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/unisender-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"unisender-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/unisender-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theYahia--unisender-mcp/reviews or the review_server meta-tool.
POST /mcp