Create and Publish Business Websites in seconds. AI will gather all the details about your website and generate link to your website.

mailmodo-mcp
This is a TypeScript project that implements a Message Control Protocol (MCP) server for Mailmodo integration with Claude Desktop and other MCP supported client.
Prerequisites
- Node.js (v20 or higher recommended)
- npm (comes with Node.js)
Installation
- Clone the repository:
git clone https://github.com/mailmodo/mailmodo-mcp.git
cd mailmodo-mcp
- Install dependencies:
npm install
Building the Project
To compile the TypeScript code to JavaScript, run:
npm run build
This will create a dist
directory containing the compiled JavaScript files.
Running the Project
After building, you can run the project using:
node dist/index.js
Or use the npm script:
npm start
Claude Desktop Configuration
Local Run from Code
To configure this project with Claude Desktop, add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"mailmodo": {
"command": "node",
"args": [
"/path/to/your/mailmodo-mcp/dist/index.js"
]
}
}
}
Run from docker image
{
"mcpServers": {
"mailmodo": {
"command": "docker",
"args": [
"run",
"--platform",
"linux/amd64",
"-i",
"--rm",
"-e",
"MAILMODO_API_KEY",
"avneesh001/mailmodo-mcp"
],
"env": {
"MAILMODO_API_KEY": "<GET MAILMODO KEY from https://manage.mailmodo.com/app/settings/apikey and insert here>"
}
}
}
}
Run from npx
{
"mcpServers": {
"mailmodo": {
"command": "npx",
"args": [
"-y",
"@mailmodo/mcp"
],
"env": {
"MAILMODO_API_KEY": "<GET MAILMODO KEY from https://manage.mailmodo.com/app/settings/apikey and insert here>"
}
}
}
}
Connect via Remote Server
{
"mcpServers": {
"mailmodo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.app.mailmodo.com/mcp",
"--header",
"mmApiKey:${MAILMODO_API_KEY}"
],
"env": {
"MAILMODO_API_KEY": "<GET MAILMODO KEY from https://manage.mailmodo.com/app/settings/apikey and insert here>"
}
}
}
}
Make sure to adjust the file path in the args
array to match your local project directory.
Development
To run the project in development mode with automatic recompilation:
- Install
ts-node
andnodemon
as dev dependencies:
npm install --save-dev ts-node nodemon
- Add a dev script to your package.json:
{
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
}
}
- Run the development server:
npm run dev
Project Structure
mailmodo-mcp/
├── src/ # TypeScript source files
├── dist/ # Compiled JavaScript files
├── package.json # Project dependencies and scripts
└── tsconfig.json # TypeScript configuration
Tools and Resources
The Mailmodo MCP server provides several tools and resources for interacting with Mailmodo's functionality. Here's a comprehensive list:
Resources
-
Mailmodo Templates (
mailmodo://templates
)- Returns a list of all available email templates in JSON format
- MIME Type: application/json
-
Mailmodo Campaigns (
mailmodo://campaigns
)- Returns a list of all campaigns in JSON format
- MIME Type: application/json
-
Mailmodo Contact Lists (
mailmodo://contact-lists
)- Returns all contact lists in JSON format
- MIME Type: application/json
Tools
-
User Details
- Name:
userDetails
- Description: Get all details of a contact
- Parameters:
-
email
(string): Email address of the contact
-
- Name:
-
Campaign Report Tool
- Name:
MailmodoCampainReportTool
- Description: Get campaign reports including open, click, and submission counts
- Parameters:
-
campaignId
(UUID): ID of the campaign -
fromDate
(YYYY-MM-DD): Start date for the report -
toDate
(YYYY-MM-DD): End date for the report
-
- Name:
-
Current DateTime
- Name:
currentDateTime
- Description: Get current date and time
- Parameters: None
- Name:
-
Send Event
- Name:
sendEvent
- Description: Send custom events with email and event properties
- Parameters:
-
email
(string): Contact's email address -
event_name
(string): Name of the event -
ts
(number, optional): Timestamp -
event_properties
(object, optional): Additional event properties
-
- Name:
-
Contact List Management
-
Add Contact to List
- Name:
addContactToList
- Description: Add a single contact to a list
- Parameters:
-
email
(string): Contact's email -
listName
(string): Name of the list -
data
(object, optional): Contact properties - Various optional fields for contact metadata
-
- Name:
-
Bulk Add Contacts
- Name:
addBulkContactToList
- Description: Add multiple contacts to a list in a single operation
- Parameters:
-
listName
(string): Name of the list -
values
(array): Array of contact objects
-
- Name:
-
Remove Contact from List
- Name:
removeContactFromList
- Description: Remove a contact from a specific list
- Parameters:
-
email
(string): Contact's email -
listName
(string): Name of the list
-
- Name:
-
-
Contact Status Management
-
Unsubscribe Contact
- Name:
unsubscribeContact
- Description: Unsubscribe or suppress a contact
- Parameters:
-
email
(string): Contact's email
-
- Name:
-
Resubscribe Contact
- Name:
resubscribeContact
- Description: Resubscribe a previously unsubscribed contact
- Parameters:
-
email
(string): Contact's email
-
- Name:
-
Archive Contact
- Name:
archiveContact
- Description: Permanently archive a contact
- Parameters:
-
email
(string): Contact's email
-
- Name:
-
-
Campaign Management
-
Send Email Campaign
- Name:
sendEmailToCampaign
- Description: Trigger an email campaign with personalization
- Parameters:
-
campaignId
(string): Campaign ID -
email
(string): Recipient's email - Various optional parameters for customization
-
- Name:
-
Broadcast Campaign
- Name:
broadcastCampaignToList
- Description: Trigger campaigns to an entire contact list
- Parameters:
-
campaignId
(string): Campaign ID -
listId
(string): Target list ID - Optional parameters for campaign customization
-
- Name:
-
License
相关推荐
Text your favorite pet, after answering 10 questions about their everyday lives!
Carbon footprint calculations breakdown and advices on how to reduce it
You're in a stone cell – can you get out? A classic choose-your-adventure interactive fiction game, based on a meticulously-crafted playbook. With a medieval fantasy setting, infinite choices and outcomes, and dice!
Best-in-class AI domain names scoring engine and availability checker. Brandability, domain worth, root keywords and more.
Evaluates language quality of texts, responds with a numerical score between 50-150.
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
Run existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.
Reviews

user_INhmHiXW
I've been a dedicated user of mailmodo-mcp, and it has truly transformed my email campaigns. The platform is intuitive and the interactive email features helped me achieve higher engagement rates. Kudos to Mailmodo for creating such an efficient tool! Highly recommend it to anyone looking to enhance their email marketing strategy.

user_mfqJpZQ8
I've been using Mailmodo-MCP for a while now, and it has significantly improved my email marketing campaigns. The interactive features and customizable templates are top-notch. Additionally, the interface is user-friendly, making it easy to create and send engaging emails. Overall, a fantastic tool for anyone serious about email marketing!

user_Y52fuorj
As an avid user of mailmodo-mcp, I am thoroughly impressed with its seamless functionality and user-friendly interface. The ability to craft interactive and engaging email campaigns has significantly boosted my marketing efforts. Mailmodo has truly set a high standard with this product, making my campaigns more effective and easy to manage. Highly recommend for anyone looking to improve their email marketing strategy.

user_qS1bViQX
Mailmodo-MCP is simply fantastic! The interface is user-friendly and efficient. It has greatly streamlined my email marketing processes, saving me tons of time. The integration with other tools is seamless, and the support team is always responsive. Highly recommend Mailmodo-MCP for anyone looking to enhance their email campaigns.

user_60Ux5wjl
Mailmodo-MCP has completely transformed the way I handle my email campaigns. The platform's user-friendly interface and robust features make it easy to create and send interactive emails. The insightful analytics and customizable templates are excellent. Highly recommend this tool for anyone looking to enhance their email marketing strategy!