← Back to Plugins
MCP Server MCP

io.github.mrgulshanyadav/misarmail-mcp

github By github 👁 1 views ▲ 0 votes

Send emails, manage campaigns, subscribers, and templates from MisarMail.

Homepage Verified source GitHub

Install

npx -y @misarmail/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@misarmail/mcp",
      "version": "2.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MisarMail API key",
          "format": "string",
          "isSecret": true,
          "name": "MISARMAIL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...