MailPace MCP (Model Context Protocol) Server
About
An Model Context Protocol (MCP) Server for Transactional Email Provider MailPace
Details
- Author
- mailpace
- GitHub stars
- 1
- Downloads
- 218
- Categories
- Other
Jump to
- Send email over the MailPace Transactional Email API.
- Supports one or more recipients per email.
- Simple token-based authentication.
- Installable via Smithery for Claude Desktop.
- Open source under MIT license.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MailPace MCP (Model Context Protocol) ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install automatically via Smithery for Claude Desktop using npx -y @smithery/cli install @mailpace/mailpace-mcp --client claude, or manually by building from source with npm run build and running with npm run start. Set the MAILPACE_API_TOKEN environment variable or pass the token via the --token argument. The server exposes a send-email tool which accepts email fields as documented by MailPace.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mailpace mcp (model context protocol) server": {
"mailpace-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mailpace/mailpace-mcp",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"mailpace-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mailpace/mailpace-mcp",
"--client",
"claude"
]
}
}
MailPace MCP (Model Context Protocol) Server
MailPace MCP (Model Context Protocol) Server is an MCP server implementation that allows sending emails over MailPace's fast transactional email API.
Features
- Send email over the MailPace Transactional Email API
Tool
send-email
Sends an email to one or more recipients.
Inputs
- Email with fields shown in MailPace documentation: https://docs.mailpace.com/reference/send/
Usage
Installing via Smithery
To install MailPace MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mailpace/mailpace-mcp --client claude
Domain and Token
- 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
Build and run
npm run build
npm run start
Contributing
We welcome contributions to the MailPace MCP Server. To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push the branch to your fork.
4. Create a pull request with a detailed description of your changes.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Contact
For any questions or support, please contact us at support@mailpace.com
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



