MCP.so
Sign In

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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].

Comments

More Other MCP servers