Tratto MCP Server

tratto-email/tratto-mcp
0 starsCommunity

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Lets AI tools send transactional emails, check status, and manage contacts through the Model Context Protocol.

README.md

Tratto MCP Server

Model Context Protocol server for Tratto. Lets AI tools send emails, check status, and manage contacts directly.

Tools

| Tool | Description | |---|---| | send_email | Send a transactional email | | list_emails | List sent emails with optional status filter |

Installation

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tratto": {
      "command": "npx",
      "args": ["-y", "@tratto/mcp"],
      "env": {
        "TRATTO_API_KEY": "tratto_live_..."
      }
    }
  }
}

Cursor / VS Code

{
  "mcp": {
    "servers": {
      "tratto": {
        "command": "npx",
        "args": ["-y", "@tratto/mcp"],
        "env": { "TRATTO_API_KEY": "tratto_live_..." }
      }
    }
  }
}

Environment

| Variable | Required | Description | |---|---|---| | TRATTO_API_KEY | ✅ | API key from app.tratto.email/settings/api-keys |

Contributing

Issues and PRs welcome. See CONTRIBUTING.md.

License

MIT

Related MCP servers

Browse all →