MailPace MCP (Model Context Protocol) Server is an MCP server implementation that allows sending emails over MailPace's fast transactional email API.
- Send email over the MailPace Transactional Email API
Sends an email to one or more recipients.
Inputs
- Email with fields shown in MailPace documentation: https://docs.mailpace.com/reference/send/
To install MailPace MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mailpace/mailpace-mcp --client claude
- Create an organization and domain at https://app.mailpace.com
- Copy your domain API token
- Start the MCP with the
MAILPACE_API_TOKEN
env set, or pass it to the server with the--token
argument
npm run build
npm run start
We welcome contributions to the MailPace MCP Server. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Create a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or support, please contact us at [email protected]