MCP Server
MCP
Mailtrap
Official MCP Server for Mailtrap
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-mailtrap",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Mailtrap API token from https://mailtrap.io/api-tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MAILTRAP_API_TOKEN"
},
{
"description": "Mailtrap account ID from https://mailtrap.io/account-management",
"format": "string",
"name": "MAILTRAP_ACCOUNT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment