MailPace MCP (Model Context Protocol) Server
@mailpace
About MailPace MCP (Model Context Protocol) Server
An Model Context Protocol (MCP) Server for Transactional Email Provider MailPace
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mailpace-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mailpace/mailpace-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is 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. It is designed for developers who need to integrate email sending capabilities into AI assistants or other MCP-compatible clients.
How to use MailPace MCP (Model Context Protocol) Server?
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.
Key features of MailPace MCP (Model Context Protocol) Server
- 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.
Use cases of MailPace MCP (Model Context Protocol) Server
- Sending transactional emails from an AI assistant.
- Automating email notifications via an MCP client.
- Integrating MailPace email capabilities into existing workflows.
FAQ from MailPace MCP (Model Context Protocol) Server
What does the server do?
It allows you to send transactional emails through the MailPace API from any MCP-compatible client, such as Claude Desktop.
What are the prerequisites?
You need a MailPace account with a registered domain and its corresponding API token, available from the MailPace dashboard.
How do I configure the server?
Set the MAILPACE_API_TOKEN environment variable or pass it as a --token argument when starting the server.
How do I install it?
You can install it automatically via Smithery for Claude Desktop, or manually by cloning the repository, running npm run build, then npm run start.
Where can I get help?
For support, contact the team at [email protected].
Frequently asked questions
What does the server do?
It allows you to send transactional emails through the MailPace API from any MCP-compatible client, such as Claude Desktop.
What are the prerequisites?
You need a MailPace account with a registered domain and its corresponding API token, available from the MailPace dashboard.
How do I configure the server?
Set the `MAILPACE_API_TOKEN` environment variable or pass it as a `--token` argument when starting the server.
How do I install it?
You can install it automatically via Smithery for Claude Desktop, or manually by cloning the repository, running `npm run build`, then `npm run start`.
Where can I get help?
For support, contact the team at [email protected].
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments