← Back to Plugins
MCP Server MCP

Mailtrap

github By github 👁 2 views ▲ 0 votes

Official MCP Server for Mailtrap

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...