loading…
Search for a command to run...
loading…
Product mockup rendering API for e-commerce and print-on-demand. Upload Photoshop PSD templates, render photorealistic mockups by placing your designs onto smar
Product mockup rendering API for e-commerce and print-on-demand. Upload Photoshop PSD templates, render photorealistic mockups by placing your designs onto smart object layers. 9 tools including AI-powered render (no PSD needed), template management, and account info. Supports remote HTTP (OAuth) and local stdio (npx) transports.
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.
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.
{
"mcpServers": {
"sudomock": {
"command": "npx",
"args": ["-y", "@sudomock/mcp"],
"env": {
"SUDOMOCK_API_KEY": "sm_your_key_here"
}
}
}
}
No API key needed. Your client opens a browser for login.
claude mcp add --transport http sudomock https://mcp.sudomock.com
{
"mcpServers": {
"sudomock": {
"type": "http",
"url": "https://mcp.sudomock.com"
}
}
}
| Tool | Description | Credits |
|---|---|---|
list_mockups |
List your uploaded mockup templates | 0 |
get_mockup_details |
Get smart object UUIDs, dimensions, blend modes | 0 |
render_mockup |
Render a mockup with your artwork | 1 |
ai_render |
AI-powered render without a PSD template | 5 |
upload_psd |
Upload a Photoshop PSD/PSB template | 0 |
get_account |
Check plan, credits, and usage | 0 |
update_mockup |
Rename a mockup template | 0 |
delete_mockup |
Delete a mockup template | 0 |
create_studio_session |
Create an embedded editor session | 0 |
The server provides built-in documentation:
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sudomock": {
"command": "npx",
"args": []
}
}
}