MailPace MCP (Model Context Protocol) Server
@mailpace
关于 MailPace MCP (Model Context Protocol) Server
An Model Context Protocol (MCP) Server for Transactional Email Provider MailPace
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mailpace-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mailpace/mailpace-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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].
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论