Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server for sending transactional emails via Mailtrap.
Add this to your MCP client configuration:
{
"mcpServers": {
"railsware-mailtrap-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-mailtrap"
],
"env": {
"MAILTRAP_API_TOKEN": "<Your Mailtrap API token>",
"DEFAULT_FROM_EMAIL": "<Default sender email address>"
}
}
}
}{
"id": "railsware-mailtrap-mcp",
"name": "Mailtrap",
"description": "An MCP server for sending transactional emails via Mailtrap.",
"source_url": "https://github.com/railsware/mailtrap-mcp",
"publisher_name": "railsware",
"publisher_url": "https://github.com/railsware",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 6548,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "mcp-mailtrap"
},
"tools_count": 1
}