Loading MCP server directory, please wait...
Create and manage Templated email templates from any MCP client - bring your own model.
npx @getmcp/cli add email.templated/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TEMPLATED_API_KEYTemplated API key (tmpl_sk_...) from Integrations → API Keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"email.templated/mcp": {
"command": "npx",
"args": [
"-y",
"@templatedemails/mcp"
],
"env": {
"TEMPLATED_API_KEY": "",
"TEMPLATED_API_URL": ""
}
}
}
}