# HTML Email Playbook MCP server

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-osamahassouna-email-playbook-mcp
- Repository: https://github.com/OsamaHassouna/docs-hub
- Website: https://docs.osamahassouna.com/email-playbook/

## Install
- Command: `npx -y email-playbook-mcp`
- Endpoint: https://docs.osamahassouna.com/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm email-playbook-mcp v0.6.2
- Remote endpoint: https://docs.osamahassouna.com/api/mcp

## Tools
- list_categories - List all rule categories in the Email Playbook with a one-line description and page count. Categories are: structure (head/body container/header/body/footer), compatibility (Outlook MSO, RTL, responsive), production (Gmail clipping, dark mode, preheader, bulletproof buttons), ai-generation (constraints for AI emitters). For reusable components, use list_components instead — they live in a separate dimension and are not returned by get_playbook_rules. Endpoint: https://docs.osamahassouna.com/api/mcp
- get_playbook_rules - Return the full rule pages for a given category. Each rule includes the title, description, markdown body explaining the rule, and any HTML/CSS code examples from the playbook. Use this to teach a model the exact patterns for a specific concern (e.g., responsive layout). Endpoint: https://docs.osamahassouna.com/api/mcp
- list_components - List all reusable email components in the playbook with their metadata: name, subcategory (layout/media/interactive/text), description, whether they require Outlook VML, and whether they are responsive. Use this first to discover what components exist before calling get_component. Endpoint: https://docs.osamahassouna.com/api/mcp
- get_component - Return the full record for a single component: title, description, narrative body, the primary HTML pattern, list of slots (placeholders the model should fill), VML/responsive flags, and all code examples. Use after list_components to fetch the actual HTML pattern to paste into an email. Endpoint: https://docs.osamahassouna.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.OsamaHassouna
- Version: 0.6.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 29, 2026
- Source: https://registry.modelcontextprotocol.io
