The Moda MCP server atDocumentation Index
Fetch the complete documentation index at: https://docs.moda.app/llms.txt
Use this file to discover all available pages before exploring further.
mcp.moda.app/mcp requires no local installation. Authentication is handled via OAuth — you sign in through your browser on first use.
This page focuses on the most common interactive setups — you sign in through your browser once, then Claude / Cursor / VS Code manage tokens for you.
Running Moda MCP in a scheduled job, managed agent, or CI pipeline? Use API-key auth instead of OAuth — no browser
required. See the Authentication page → Setting up API-key auth for
per-client setup with
Authorization: Bearer headers.Connect your editor
- 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:Verifying the connection
After setting up the server, test it by asking the AI agent to describe a Moda design:get_moda_canvas tool and return a description of the canvas contents.
Troubleshooting
Server not connecting
- Claude Desktop: Check that Moda appears under Connectors (click the + button in the chat box). If not, go to Settings > Connectors and re-add it. Try restarting the app.
- Claude.ai: Check that the connector appears in claude.ai/settings under Connectors. Try removing and re-adding it.
- Claude Code: Run
claude /mcpto verify the server is listed. Tryclaude mcp remove modaand re-add it. - Claude Mobile: Connectors sync from claude.ai. Make sure the connector is set up in claude.ai/settings under Connectors first, then restart the mobile app.
- Cursor: Check that the MCP server shows as “connected” in Cursor Settings > MCP. Try restarting the MCP server from the settings panel.
- VS Code: Ensure the MCP configuration is in your user or workspace
settings.json. Restart VS Code after adding the config.