How it works
The MCP server supports two main workflows. Design creation: ask Claude to create or edit designs directly — it generates canvases from prompts, applies your brand kit, and can remix existing designs. Design to code: paste a Moda share link and Claude fetches the design as semantic pseudo-HTML with CSS properties, then translates it to any frontend framework. The diagram above shows the design-creation flow. The MCP server also supports the reverse — turning existing Moda designs into code.What the agent sees
Theget_moda_canvas tool returns output like this:
Card, Button, TextInput, Heading) tell the agent what each element is, not just what it looks like. This produces better code than raw coordinates or screenshots alone.
Transport modes
The MCP server supports two transport modes:
The hosted server at
mcp.moda.app is the easiest way to get started. See Setup for configuration details.
Available tools
Design creation
Brand kits
Canvas management
Design to code
The tables above highlight the most-used tools. The MCP server also provides
get_moda_bootstrap for mandatory session orientation, set_context / get_context / set_session_brand_kit for session management, find_brand_kits for agent-side kit lookups (the JSON sibling of list_brand_kits), and upload_file for attaching files to design tasks. See the full tools reference for all 20+ tools.
Get the most out of the MCP
For AI agents — Claude, Cursor, claude.ai, and others — the Moda agent skill teaches the agent how to drive these tools effectively without you re-explaining every conversation. It covers theget_moda_bootstrap first-call handshake, the canonical design-task patterns (create / edit / fill template / rebrand / bulk), and the non-obvious behaviors tool signatures alone can’t communicate.
Install the agent skill
Install paths for Claude Code, Cursor, claude.ai, and the Agent SDK — including a zip download for non-technical users.
Next steps
- Setup — Install and configure the MCP server
- Agent Skill — Drop our skill into your AI agent for best results
- Creating Designs — Prompts and tips for creating designs with Claude
- Authentication — Understand the OAuth flow for the remote server
- Tools Reference — Detailed reference for each tool
- Design-to-Code — Best practices for turning designs into code