Skip to main content
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.

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

The get_moda_canvas tool returns output like this:
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.

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 the get_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