npm email-playbook-mcpstreamable-httpMITupdated 3mo ago
Source for docs.osamahassouna.com — an engineering reference hub I keep open while building. Currently one guide is live, with more landing as I write them.
Was kannst du mit HTML Email Playbook machen?
Osama Hassouna · Docs
Source for docs.osamahassouna.com — an engineering reference hub I keep open while building. Currently one guide is live, with more landing as I write them.
Live now
HTML Email Playbook
A working reference for hand-building HTML email templates that render reliably across Outlook (Windows desktop, 2007 through 365), Gmail web + mobile, Apple Mail, Yahoo Mail, and the long tail of clients that haven't moved past 2007.
Covers:
- Structure — doctype, head boilerplate, body container, header / body / footer organization
- Components — bulletproof CTA buttons (with Outlook VML fallback), spacing patterns, images, inline icons, background images, text
- Compatibility — Outlook MSO conditional comments, RTL languages, hybrid responsive layouts
- Production — Gmail 102KB clipping, dark mode, preheader text
- AI Generation — rules and patterns for AI tools that generate playbook-compliant email HTML
Read it: docs.osamahassouna.com/email-playbook/
There's also a Playground at /email-playbook/playground/ with a live editor, instant preview, and a "From Image" tab that converts a design screenshot into playbook-compliant HTML.
Use the playbook in your AI workflow
The playbook is published as an MCP server + terminal CLI so AI clients (Claude Desktop, Cursor, Cline, etc.) can pull rules and component patterns directly into their reasoning. The model calls structured tools to fetch the exact patterns from the playbook instead of guessing from training data.
npm install -g email-playbook-mcp
Setup, tool reference, and Claude Desktop / Cursor config snippets:
docs.osamahassouna.com/email-playbook/mcp/
There's also a hosted JSON-RPC endpoint at docs.osamahassouna.com/api/mcp if you'd rather not install anything.
License
MIT. Playbook content © Osama Hassouna · osamahassouna.com
Installation
HTML Email Playbook zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"email-playbook-mcp": {
"type": "http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add email-playbook-mcp -- npx -y email-playbook-mcpcodex mcp add email-playbook-mcp -- npx -y email-playbook-mcpamp mcp add email-playbook-mcp -- npx -y email-playbook-mcp{
"mcpServers": {
"email-playbook-mcp": {
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"email-playbook-mcp": {
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"email-playbook-mcp": {
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"email-playbook-mcp": {
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"email-playbook-mcp": {
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"email-playbook-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"email-playbook-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"email-playbook-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"email-playbook-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y email-playbook-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation18/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 91 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.6.3Aktuell | 2. Juni 2026 |
| 0.6.2 | 29. Mai 2026 |