Skip to main content
Glama
tratto-email

Tratto MCP Server

Official
by tratto-email

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

Related MCP server: Mailchimp MCP Server

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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tratto-email/tratto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server