Envloped
Send transactional email, verify domains, build contact segments, and draft marketing campaigns.
Install
mcp_config.json
{
"mcpServers": {
"com-envloped-mcp": {
"url": "https://mcp.envloped.com/mcp",
"type": "streamable-http"
}
}
}Documentation
Envloped CLI
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
| OS | Architecture |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 (Apple Silicon) |
| Windows | amd64 |
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):
--jsonflag on every command for machine-readable output--stdinfor piping JSON email payloads--forceto skip confirmation prompts--quietfor minimal output
See install.md for agent installation instructions.
Documentation
License
Proprietary. Copyright Envloped.
Sourced from the repository README.
More in Design & UX
- Stitch MCP ServerGenerates high-fidelity UI designs, screen variants, and design systems from text descriptions directly into production apps.3,400
- Design ExtractExtract any website's complete design system with one command. DTCG tokens, semantic+primitive+composite, MCP server for Claude Code/Cursor/Windsurf, multi-platform emitters (iOS SwiftUI, Android Compose, Flutter, WordPress), Tailwind v4, Figma variables, shadcn/ui, CSS health audit, WCAG remediation, Chrome extension. MIT, Playwright, Node 20+.3,367
- Impeccable UIMaster frontend design skill for crafting extraordinary, high-performance UI components, layout systems, design tokens, micro-animations, and visual polish.3,200
- Figma MCP ServerThe Figma MCP server brings Figma design context directly into your AI workflow.1,919
- Design IntentCaptures and translates product specifications into clean, implementable visual design tokens, component architecture, and design system contracts.1,840
- docs-mcpRemote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.117