SudoMock
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/mcpGet 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"
}
}
}
}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{
"mcpServers": {
"sudomock": {
"type": "http",
"url": "https://mcp.sudomock.com"
}
}
}Related MCP server: RendrKit
Tools
Tool | Description | Credits |
| List your uploaded mockup templates | 0 |
| Get smart object UUIDs, dimensions, blend modes | 0 |
| Render a mockup with your artwork | 1 |
| Render artwork onto a saved 2D mockup template (no PSD) | 5 |
| Upload a Photoshop PSD/PSB template | 0 |
| Check plan, credits, and usage | 0 |
| Rename a mockup template | 0 |
| Delete a mockup template | 0 |
| Create an embedded editor session | 0 |
Example Prompts
"List my mockup templates"
"Render the t-shirt mockup with this design: https://example.com/logo.png"
"Render my 2D mockup with this artwork (UUIDs from the dashboard Code tab)"
"Upload this PSD as a new template: https://example.com/mockup.psd"
"How many credits do I have left?"
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
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sudomock/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server