VS Code
Prerequisites
1

{
"mcp": {
"servers": {
"mailtrap": {
"command": "npx",
"args": ["-y", "mcp-mailtrap"],
"env": {
"MAILTRAP_API_TOKEN": "your_mailtrap_api_token",
"DEFAULT_FROM_EMAIL": "[email protected]"
}
}
}
}
}2

3


Send an email to [email protected] with the subject 'Hi John!' and a message that wishes John a great day.


Last updated
Was this helpful?

