{
  "markdown": "# @templatedemails/mcp\n\nMCP server for [Templated](https://templated.email) — create and manage email\ntemplates from Claude Desktop, Claude Code, or any MCP-capable client.\n\n**Bring your own model.** Your AI authors the email; Templated stores, renders,\nand exports it. Template creation via MCP never consumes Templated AI-generation\ncredits — only your plan's template storage cap applies. The one metered tool is\n`generate_image`, which runs on Templated's image model and uses your plan's\nAI image credits.\n\n## Setup\n\n1. In Templated, go to **Integrations → API Keys** and create a key\n   (`tmpl_sk_...`). The key is scoped to one account.\n2. Add the server to your MCP client.\n\n### Claude Desktop / Claude Code (stdio)\n\n```json\n{\n  \"mcpServers\": {\n    \"templated\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@templatedemails/mcp\"],\n      \"env\": { \"TEMPLATED_API_KEY\": \"tmpl_sk_...\" }\n    }\n  }\n}\n```\n\n### Remote (no install)\n\nAdd a custom connector pointing at `https://app.templated.email/api/mcp` with\nthe header `Authorization: Bearer tmpl_sk_...`.\n\n## Environment\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `TEMPLATED_API_KEY` | Yes | Your `tmpl_sk_` API key |\n| `TEMPLATED_API_URL` | No | API base (default `https://app.templated.email/api`) |\n| `TEMPLATED_ACCOUNT_SLUG` | No | Skip account auto-resolution |\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_templates` | List the account's templates (summaries) |\n| `get_template` | Fetch one template with content |\n| `create_template` | Create a template from email HTML you author — no AI credits consumed |\n| `update_template` | Patch name / description / HTML / status |\n| `duplicate_template` | Clone a template |\n| `generate_image` | AI image → hosted URL to embed (uses the account's AI image credits; paid plans) |\n| `export_html` | Get the send-ready HTML + thumbnail |\n\n## Resources & Prompts\n\n- `templated://guides/authoring-html` — email-safe HTML rules (read before creating)\n- `templated://brand-kit` — the account's brand colors/fonts/tone\n- `templated://templates` — current template list\n- Prompt `create-sales-preview` — build a personalized preview email for a prospect\n\n## Docs\n\nFull documentation: https://developer.templated.email",
  "bytes": 2270,
  "sha": "5bc5530362f90e9565899e6aeeddc8c9c0c32550632310dc05bd9f06eb546e40",
  "repo_slug": "karlissaablay/templated-messaging-platform",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_email_templated_mcp_f6f66e32/readme"
}