# Mailcannon

**Category:** 💬 Communication  
**Repository:** https://github.com/AinaLuc/mailcannon  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/mailcannon

## Description
AI-powered email outreach platform — send campaigns with deliverability tracking.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "mailcannon": {
    "command": "npx",
    "args": ["-y","mailcannon"]
  }
}
```

## Documentation & README

# MailCannon

AI-powered email outreach platform using MCP (Model Context Protocol).

## Setup

```bash
npm install
```

## Development

```bash
npm run dev
```

## MCP Providers

- **Gmail MCP** — send via Google's Gmail API
- **Zoho MCP** — send via Zoho Mail API

Configure provider credentials in `.env`.

