simon-letch/dotdigital-mcp-server
3.1
If you are the rightful owner of dotdigital-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Dotdigital's API.
Dotdigital MCP Server
A Model Context Protocol (MCP) server for interacting with Dotdigital's API
Features
- Send transactional emails
Installation
-
Clone the repository:
git clone https://github.com/yourusername/dotdigital-mcp-server.git cd dotdigital-mcp-server
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory with your Dotdigital credentials:DOTDIGITAL_REGION=your-region (e.g., r1) DOTDIGITAL_API_USERNAME=your-api-username DOTDIGITAL_API_PASSWORD=your-api-password
Replace the placeholders with your actual Dotdigital API credentials.
Usage
Start the MCP server:
node src/index.js
License
MIT