Use this file to discover all available pages before exploring further.
The Moda MCP server connects Claude and other AI agents to Moda through the Model Context Protocol. It works with Claude Desktop, claude.ai, Claude Code, Claude mobile, Cursor, VS Code, and other MCP-compatible environments.Claude is the most common way people use Moda today, so the guides in this section use Claude examples first. But MCP is not Claude-specific: Cursor and other MCP-capable clients can use the same Moda tools, and OpenAI also supports MCP through its app and API surfaces.
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.
The semantic tag names (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.
The tables above highlight the most-used tools. The MCP server also provides whoami for 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.
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 the whoami 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.