mcpbeat Sign in

Sudomock MCP Server

local only

Sudomock runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from npm. Last commit 26 Aug 2026.

Product mockup API. Render PSD and 2D mockups, generate videos, manage async jobs and webhooks.

Installs per day peak 145 · avg 24 · +258% w/w
a month agotoday
105
Installs / week
npm · @sudomock/mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/index.ts:43
    "Z2VtaW5pfGFkdmFuY2VkLj9tb2RlbHxcYm1vZGVsXGJ8cHJvbXB0fG1hc2soPzpffC18XGIpfHNlZ21lbnQoPzphdGlvbik/KD86X3wtfFxiKXxyZWdpb24uP2luZGV4fGRlcHRofGRpc3BsYWNlbWVudHxncmlkfHdhcnB8c2hhZGluZ3xwcm92aWRlcnxwaXBlbGluZXxlbmdpbmV8aW50ZXJuYWx8cHJpdmF0ZXxzdG9yYWdlfGJ1Y2tldHxjb25maWcuP3ZlcnNpb25…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @sudomock/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sudomock/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@sudomock/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sudomock/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sudomock/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUDOMOCK_API_KEY (Your SudoMock API key starting with sm_). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sudomock

same job, measured the same way
Zvid
by zvid

Zvid: render videos & images from JSON; manage templates, projects, webhooks & credits.

26 installs/wk answering
Shotstack
by shotstack

Generate, edit, and render videos via the Shotstack video editing API.

answering
Ainative Prd MCP
by ainative-studio

PRD Generator MCP — generate, validate, and manage Product Requirement Documents.

73 installs/wk local only
Apivideo
by usefulapi

Manage videos and live streams, inspect captions, players and webhooks, and read play analytics.

15 tools answering
Make Effects
by makefx

Generate reproducible image, video, and audio assets with leading models and your own provider keys.

answering
Templated
by templated-io

Generate images, videos and PDFs from templates. Manage templates, folders, uploads and fonts.

90 installs/wk answering
Media Generator — Images, Videos & Audios
by saifs

Generate marketing images, videos and audios for campaigns, product content, and brand assets.

answering
C
brainCloud MCP
by braincloudservers

Manage brainCloud apps, cloud code, hooks and servers; API lookups to help generate client code.

answering

Sudomock — questions

Answers built from our own checks of this server.

Why is there no uptime for Sudomock?
Sudomock runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sudomock/mcp was installed 105 times last week.
How do I connect Sudomock?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sudomock/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sudomock?
The npm package @sudomock/mcp was installed 105 times in the last week. Week over week that is +258%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sudomock open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.