Moda is a 2D vector canvas tool for creating slide decks, social media posts, ads, and other visual content. The Moda MCP server connects Moda to Claude and other AI agents through the Model Context Protocol (MCP). Once connected, you can create designs just by chatting — describe what you want and Claude builds it for you in Moda. This works from anywhere you use Claude: the desktop app, claude.ai in your browser, Claude Code in the terminal, Claude on mobile, Cursor, VS Code, and other MCP-compatible environments. This guide uses Claude examples because it’s the most common setup for Moda. Cursor and other MCP-capable clients can call the same Moda tools too, and OpenAI also supports MCP through its app and API surfaces. For example:Documentation Index
Fetch the complete documentation index at: https://docs.moda.app/llms.txt
Use this file to discover all available pages before exploring further.
- Ask Claude to create a pitch deck from your meeting notes.
- Generate dozens of social media ads for a campaign in one conversation.
- Turn a product brief into a branded one-pager without opening a design tool.
- Have Claude implement a Moda design as code in React, Vue, or HTML/CSS.
What you can do
Create designs from a conversation
Ask Claude to generate slide decks, social posts, ads, reports, and more. Claude creates a fully editable Moda canvas and returns a link.
Iterate with follow-ups
Refine any design by continuing the conversation. “Make the headline bigger,” “add a testimonial slide,” “switch to dark mode.”
Use your brand automatically
Set up a brand kit once (Claude can do this from your website URL) and every design uses your colors, fonts, and logos.
Design to code
Paste a Moda share link and Claude generates framework-specific code (React, Vue, HTML/CSS, and more).
Extract design tokens
Pull colors, fonts, spacing, and corner radii from any canvas to build consistent theme files.
Browse and search
List your canvases or search by name directly from your conversation without switching to the browser.
Install the agent skill
Drop our skill into Claude, Cursor, or the Agent SDK and your agent learns the right way to drive Moda — without you re-explaining the rules.
How it works
Moda uses the Model Context Protocol (MCP) — a standard for connecting AI agents to external tools and data sources. When you connect Claude to Moda’s MCP server, Claude gains the ability to create, read, and manage designs on your behalf. Design creation — the most common flow: Design to code — Claude can work in reverse: Because MCP is a standard protocol, Claude can combine Moda with other tools in the same conversation — pull content from a knowledge base, look up data from an API, and create a design that uses all of it.Two common workflows
1. Create designs from a conversation
The most popular workflow. Ask Claude to create visual content and it builds a Moda canvas for you.- Generate a pitch deck from a product brief
- Create dozens of social ads for a campaign
- Turn meeting notes into presentation slides
- Produce branded marketing visuals from structured data
- Design reports, one-pagers, resumes, and flyers
2. Turn designs into production code
Start with a design in Moda and ask Claude to implement it in your preferred framework.- Convert a login page design into a React component
- Generate HTML/CSS from a marketing page layout
- Extract design details (colors, fonts, spacing) into a theme file
- Build a full component library from existing designs
Quickstart
Prerequisites
- A Moda account (free to start)
- A supported MCP-capable host app: Claude Desktop, claude.ai, Claude Code, Claude mobile, Cursor, or VS Code with Copilot
Connect to the remote server
The hosted MCP server atmcp.moda.app requires no local installation. Authentication is handled via OAuth — you sign in through your browser on first use.
- Claude Desktop
- Claude.ai (browser)
- Claude Code
- Claude Mobile
- Cursor
- VS Code
Open Claude Desktop, click Customize in the sidebar, then the + button > Add custom connector. For the Name, input Click Connect after adding and you’ll be prompted to sign into Moda and authorize your account.
Moda, and use the MCP server URL below and click Add:Enable Moda in Claude chats
This step only applies to Claude’s chat apps (Claude Desktop, claude.ai, and Claude Mobile). If you’re using Claude Code, Cursor, or VS Code, you can skip this section and go straight to trying prompts.
After you add and authenticate the connector, turn it on for the chat where you want to use it.
- Click the + button in the chat box.
- Open Connectors.
- Enable Moda for that conversation.
Choose the right workspace
If you belong to multiple Moda organizations or teams, Moda uses your default workspace unless you switch it first. Ask your AI assistant:Try it out
Ask Claude to create your first design:Give your AI agent access to Moda docs
You can give your AI agent direct access to these docs through a hosted MCP server athttps://docs.moda.app/mcp. Your agent gets a search tool and a read-only filesystem over every page — no local install required, and it works in any editor that speaks HTTP MCP, including claude.ai on the web.
- Claude Code
- Claude.ai
- Claude Desktop
- Cursor
- VS Code
Run in your terminal:
moda-mcp skill from https://docs.moda.app/.well-known/agent-skills/ — a canonical pre-flight for start_design_task covering the prompt-gathering checklist, brand-kit defaults, the 2–10 minute task lifecycle, and format_category disambiguation.
You can also access the docs as plain text for any LLM:
- Index: https://docs.moda.app/llms.txt
- Full docs: https://docs.moda.app/llms-full.txt
Example prompts
Once connected, you can start chatting right away. Here are a few prompts to try. Be explicit about the output type in your prompt, especially for non-slide work. Phrases likePDF report, Instagram carousel, diagram, or presentation slides help Moda choose the right format.
Create a slide deck
Create social media posts
Create a report
Set up your brand
Implement a design as code
Extract design details
Browse your canvases
What’s next
- Creating Designs Guide — Detailed prompts and tips for creating designs with Claude
- MCP Server Overview — Architecture, transport modes, and what the agent sees
- Setup Details — Full setup instructions including local server and troubleshooting
- Tools Reference — Detailed reference for all MCP tools
- Design-to-Code Guide — Best practices for turning designs into code