← Item page
Link explainer · X thread + product page

Moda MCP turns Claude-made HTML into editable, shareable design work.

Anvisha’s post is a product/workflow pitch: Claude Code and Claude chats can generate rich HTML docs, dashboards, decks, and visual artifacts; Moda adds the missing collaboration/editing layer — upload through MCP, edit on a real canvas, comment, password-protect, and share.

Source: @anvisha on X Tool: Moda MCP Outbound: moda.app/mcp Related thesis: HTML > Markdown for agent artifacts

What the X post says

@anvisha’s top-level claim

“HTML docs are starting to replace Notion for us. The missing piece was collaboration. So we built a Google Drive for HTML docs with a WYSIWYG editor, commenting, share links, and password protection.”

The post had meaningful traction at capture/fetch time: ~1.1k likes, ~2.2k bookmarks, ~300k impressions.

The concrete workflow

  1. Install Moda MCP.
  2. Make an HTML doc or dashboard with Claude.
  3. Ask Claude to upload it to Moda.
  4. Edit or request a redesign in Moda.
  5. Share with a team or externally.

The post quotes Thariq’s X Article “Using Claude Code: The Unreasonable Effectiveness of HTML,” which argues that HTML artifacts are often more readable, dense, visual, and shareable than long Markdown plans.

Moda MCP in one screen

1. Agent contextClaude/Codex/Cursor reads notes, code, docs, or a product brief.
2. HTML/designThe agent creates a rich artifact: deck, report, ad, social post, diagram, or dashboard.
3. MCP uploadModa’s hosted MCP server creates or updates a fully editable canvas.
4. Human editYou adjust layout, copy, brand, comments, password protection, and share settings.
5. Reuse/exportShare externally, collaborate, or ask Claude to implement the design as code.

Capabilities pulled from Moda’s product/docs pages

Canvas creation
  • Slide decks
  • Social posts / ads
  • Reports and one-pagers
  • Editable 2D vector layouts
Brand-aware output
  • Brand kits from a URL
  • Colors, fonts, logos
  • On-brand visual generation
Design-to-code
  • Paste a Moda share link
  • Generate React/Vue/HTML/CSS
  • Extract design tokens
Collaboration layer
  • WYSIWYG editing
  • Comments
  • Share links
  • Password protection
Agent support
  • Claude.ai
  • Claude Desktop
  • Claude Code
  • Codex, Cursor, VS Code
Remote MCP
  • Hosted server
  • OAuth auth flow
  • No local server required
  • https://mcp.moda.app/mcp

Setup notes if Ananth wants to test it

Moda’s docs describe a hosted MCP server rather than a local install. For Claude Code, the documented command is:

claude mcp add --transport http moda https://mcp.moda.app/mcp

Then run /mcp inside Claude Code and authenticate the Moda server in the browser. For claude.ai / Claude Desktop, add a custom connector named Moda with the same MCP URL, then authenticate and enable it for the chat.

This explainer does not execute setup. It only captures the workflow and fit.

Connection to the “HTML effectiveness” thesis

Thariq’s quoted article gives the underlying reason this was interesting enough to save: Markdown is convenient, but agent work is increasingly too visual, long, and decision-heavy for plain text. HTML can carry layout, SVG diagrams, tables, interactive controls, annotated diffs, and responsive reading structure.

Good HTML artifact types
  • Exploration grids and design alternatives
  • Implementation plans with mockups and flow diagrams
  • PR / code explainers with annotated diffs
  • Research reports and learning references
  • Throwaway editors that export JSON/Markdown/prompt text
Tradeoffs
  • HTML takes longer to generate than Markdown.
  • Diffs are noisy under version control.
  • Quality depends on taste/design instructions.
  • For private canonical state, source data should still live in structured files — HTML is the readable artifact.

Dab’s read: where Moda fits

Use it when polish/collaboration matters

If an artifact needs to be shown to someone else, iterated visually, or made into a deck/social/report, Moda could be the handoff layer after Claude creates the first draft.

Keep Notice Board local-first

Mission Control should not depend on Moda as source of truth. Use Moda as an optional publishing/editing surface, not as the canonical capture database.

Possible workflow

Claude writes items/<slug>/explainer.html or projects/*.html → when shareable/polished output is needed, Claude uploads to Moda → human edits → final share link stored as a structured artifact.

Open question

Does Moda preserve enough structure and exportability to round-trip back into local files, or is it mostly a one-way publishing/collaboration canvas?

Sources inspected

Limitations: no authenticated Moda account was used; no MCP connection or upload flow was executed; the X video itself was not transcribed, so this is based on the tweet text, linked pages, and X Article body.