← Back to Plugins
MCP Server MCP

io.github.joansongjr/clawaimail

github By github 👁 1 views ▲ 0 votes

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "clawaimail-mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ClawAIMail API key. Get one at https://clawaimail.com",
          "isRequired": true,
          "isSecret": true,
          "name": "CLAWAIMAIL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...