https://github.com/mailpace/mailpace-mcp
An Model Context Protocol (MCP) Server for Transactional Email Provider MailPace
https://github.com/mailpace/mailpace-mcp
Last synced: 4 days ago
JSON representation
An Model Context Protocol (MCP) Server for Transactional Email Provider MailPace
- Host: GitHub
- URL: https://github.com/mailpace/mailpace-mcp
- Owner: mailpace
- License: mit
- Created: 2025-03-24T22:02:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T06:42:57.000Z (3 months ago)
- Last Synced: 2025-03-25T07:31:54.553Z (3 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- mcp-index - MailPace MCP Server - Send emails using MailPace's transactional email API, enabling seamless integration of email capabilities into applications. (Email and Messaging)
README
# MailPace MCP (Model Context Protocol) Server
[](https://smithery.ai/server/@mailpace/mailpace-mcp)
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](https://mailpace.com) 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](https://smithery.ai/server/@mailpace/mailpace-mcp):
```bash
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](LICENSE) file for more details.
## Contact
For any questions or support, please contact us at [email protected]