Envloped CLI

MCP serverCommunication

Once this app is added, your AI can handle everyday email and marketing work: sending transactional messages, confirming your sending domains are set up correctly, grouping contacts, and drafting campaigns. That means routine email tasks happen through a simple request instead of being done by hand.

Available today. Use it from your connected AI after setup.

After adding it, ask your AI to verify one of your sending domains or draft a first campaign.

Then ask your AI: use Envloped CLI

What your AI can do with it

  • Send transactional email
  • Verify sending domains
  • Build contact segments
  • Draft marketing campaigns

From the project's README

As published by envloped/cli in README.md.

The official command-line interface for Envloped — the email platform for developers and AI agents.

Install

curl -fsSL https://envloped.com/install.sh | bash

Or download binaries directly from Releases.

Supported Platforms

OSArchitecture
Linuxamd64, arm64
macOSamd64, arm64 (Apple Silicon)
Windowsamd64

Quick Start

# Authenticate
envloped login

# Send an email
envloped send --from hello@yourdomain.com --to user@example.com \
  --subject "Hello!" --text "Sent from the CLI"

# List sent emails
envloped emails list

# Manage domains
envloped domains list
envloped domains add mydomain.com

# Manage API keys
envloped keys list
envloped keys create "My Key"

CI/CD

Use environment variables for non-interactive authentication:

export ENVLOPED_API_KEY=en_your_api_key
envloped send --from a@b.com --to c@d.com --subject "Deploy" --text "Done"

GitHub Actions

- name: Install Envloped CLI
  run: curl -fsSL https://envloped.com/install.sh | bash

- name: Send notification
  env:
    ENVLOPED_API_KEY: ${{ secrets.ENVLOPED_API_KEY }}
  run: envloped send --from a@b.com --to c@d.com --subject "Deployed" --text "OK"

AI Agent Support

The CLI is designed for autonomous use by AI agents (Claude Code, Cursor, Codex):

  • --json flag on every command for machine-readable output
  • --stdin for piping JSON email payloads
  • --force to skip confirmation prompts
  • --quiet for minimal output

See install.md for agent installation instructions.

Documentation

License

Proprietary. Copyright Envloped.

Signals

Last commit
Aug 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-envloped-mcp
Source
github.com/envloped/cli
Hosted endpoint
https://mcp.envloped.com/mcp