🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@templatedemails/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@templatedemails/mcp

MCP server for Templated (templated.email) — create and manage email templates from Claude Desktop or any MCP client, using your own model. Bring-your-own-model creation never consumes Templated AI credits.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@templatedemails/mcp

MCP server for Templated — create and manage email templates from Claude Desktop, Claude Code, or any MCP-capable client.

Bring your own model. Your AI authors the email; Templated stores, renders, and exports it. Template creation via MCP never consumes Templated AI-generation credits — only your plan's template storage cap applies. The one metered tool is generate_image, which runs on Templated's image model and uses your plan's AI image credits.

Setup

  • In Templated, go to Integrations → API Keys and create a key (tmpl_sk_...). The key is scoped to one account.
  • Add the server to your MCP client.

Claude Desktop / Claude Code (stdio)

{
  "mcpServers": {
    "templated": {
      "command": "npx",
      "args": ["-y", "@templatedemails/mcp"],
      "env": { "TEMPLATED_API_KEY": "tmpl_sk_..." }
    }
  }
}

Remote (no install)

Add a custom connector pointing at https://app.templated.email/api/mcp with the header Authorization: Bearer tmpl_sk_....

Environment

VariableRequiredDescription
TEMPLATED_API_KEYYesYour tmpl_sk_ API key
TEMPLATED_API_URLNoAPI base (default https://app.templated.email/api)
TEMPLATED_ACCOUNT_SLUGNoSkip account auto-resolution

Tools

ToolDescription
list_templatesList the account's templates (summaries)
get_templateFetch one template with content
create_templateCreate a template from email HTML you author — no AI credits consumed
update_templatePatch name / description / HTML / status
duplicate_templateClone a template
generate_imageAI image → hosted URL to embed (uses the account's AI image credits; paid plans)
export_htmlGet the send-ready HTML + thumbnail

Resources & Prompts

  • templated://guides/authoring-html — email-safe HTML rules (read before creating)
  • templated://brand-kit — the account's brand colors/fonts/tone
  • templated://templates — current template list
  • Prompt create-sales-preview — build a personalized preview email for a prospect

Docs

Full documentation: https://developer.templated.email

Keywords

mcp

FAQs

Package last updated on 22 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts