MCP server for QMailing - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qmailing-mcp-server": {
"command": "npx",
"args": [
"-y",
"TheSameAbramovych/qmailing-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add qmailing-mcp-server npx -y TheSameAbramovych/qmailing-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"qmailing-mcp-server": {
"command": "npx",
"args": [
"-y",
"TheSameAbramovych/qmailing-mcp-server"
]
}
}
}