Skip to main content
Glama
521,490 tools. Updated 2026-09-06 11:42

"htmx" matching MCP tools:

  • List all rule categories in the HTML Email Playbook with one-line descriptions and page counts, covering structure, compatibility, production, and AI generation.
    MIT
  • List reusable email components with metadata: subcategory, description, Outlook VML requirement, and responsiveness. Use this to discover components before calling get_component.
    MIT
  • Retrieve HTML content of a specific element and its children using a CSS selector. Control whether to get outer or inner HTML and limit depth for shallow inspection. Ideal for observing live HMR updates in Vite dev server.
    MIT
  • Retrieve complete rule pages for a chosen category from the HTML email playbook, including titles, explanations, and HTML/CSS code examples to teach patterns for specific concerns like responsive layout or email client compatibility.
    MIT
  • List component sections in an HTML file from render_page to retrieve section indices, types, and sizes.
    GPL 3.0

Matching MCP Servers

Matching MCP Connectors

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

  • Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server.

  • Retrieve a component's full record, including HTML pattern, slots, and code examples. Use after listing components to get the HTML to paste into an email.
    MIT
  • Replace a rendered section in an HTML file with a new component or raw HTML. Provide the section index and component props or HTML to inject.
    GPL 3.0
  • Retrieve the HTML content of any page element by CSS selector. Control depth to get text only, limited markup, or full HTML, and choose inner or outer HTML.
    MIT
  • Generate localized HTML blog posts with consistent writing styles by analyzing existing content and applying proper formatting for SEO optimization.
    MIT
  • Insert a component section at a specified index, pushing existing sections forward and auto-renumbering all subsequent sections.
    GPL 3.0
  • Extract and analyze HTML file content with configurable modes, including token-efficient plain text extraction and progressive reading for large files.
    GPL 3.0
  • Replace a range of lines in an HTML file with new content by sending only the changed lines, reducing token usage.
    GPL 3.0
  • List available HTML template shells, optionally filtered by category (business, presentation, communication, technical) to find the right starting point for your page.
    GPL 3.0
  • Audit HTML documents to detect stale cross-section references and dependency violations, ensuring consistent structure.
    GPL 3.0
  • List available HTML components and optionally filter by category (layout, interactive, data, media, utility) to find reusable UI blocks for page creation.
    GPL 3.0
  • Fetch fully rendered HTML from a URL, including JavaScript-generated content, for web pages requiring client-side rendering. Ideal for SPAs and dynamic web applications.
    MIT
  • Get the component schema to view available props and understand how to use each component. Inspect component structures to generate correct HTML code.
    GPL 3.0