SudoMock

Product mockup rendering API. Upload PSD templates, render photorealistic mockups with 9 MCP tools including AI render.

SudoMock MCP Server

Generate photorealistic product mockups from Claude, Cursor, Windsurf, and VS Code.

Model Context Protocol server for the SudoMock mockup generation API. Upload PSD templates, place artwork onto smart objects, and get CDN-hosted renders -- all through natural language.

Quick Start

Option 1: Local (npx)

claude mcp add sudomock \
  -e SUDOMOCK_API_KEY=sm_your_key_here \
  -- npx -y @sudomock/mcp

Get your API key at sudomock.com/dashboard/api-keys.

JSON config for other clients (Cursor, Windsurf, VS Code)
{
  "mcpServers": {
    "sudomock": {
      "command": "npx",
      "args": ["-y", "@sudomock/mcp"],
      "env": {
        "SUDOMOCK_API_KEY": "sm_your_key_here"
      }
    }
  }
}

Option 2: Remote (OAuth)

No API key needed. Your client opens a browser for login.

claude mcp add --transport http sudomock https://mcp.sudomock.com
JSON config for other clients
{
  "mcpServers": {
    "sudomock": {
      "type": "http",
      "url": "https://mcp.sudomock.com"
    }
  }
}

Tools

ToolDescriptionCredits
list_mockupsList your uploaded mockup templates0
get_mockup_detailsGet smart object UUIDs, dimensions, blend modes0
render_mockupRender a mockup with your artwork1
ai_renderAI-powered render without a PSD template5
upload_psdUpload a Photoshop PSD/PSB template0
get_accountCheck plan, credits, and usage0
update_mockupRename a mockup template0
delete_mockupDelete a mockup template0
create_studio_sessionCreate an embedded editor session0

Example Prompts

Resources

The server provides built-in documentation:

  • Quick Start Guide -- How to use the tools step by step
  • Pricing -- Live plan and credit information
  • Formats -- Supported output formats, blend modes, and PSD requirements

Links

License

MIT

Verwandte Server