mcpbeat Sign in

Mockzilla MCP Server

by mockzilla Your server? Claim it
local only

Mockzilla MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 055 installs a week from npm. Last commit 17 Sep 2026.

Mock OpenAPI specs locally, or log in to deploy hosted mocks on mockzilla.org from your MCP client.

Installs per day peak 980 · avg 43 · +3106% w/w
a month agotoday
1 055
Installs / week
npm · @mockzilla/mcp
5
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 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.

    const child = spawn(cmd, args, { stdio: "ignore", detached: true });
    const servicesDir = path.join(work, servicesRel);

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 mockzilla-mcp -- npx -y @mockzilla/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mockzilla-mcp": {
      "args": [
        "-y",
        "@mockzilla/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mockzilla-mcp]
command = "npx"
args = ["-y", "@mockzilla/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mockzilla-mcp": {
      "args": [
        "-y",
        "@mockzilla/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mockzilla-mcp": {
      "args": [
        "-y",
        "@mockzilla/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MOCKZILLA_TOKEN (API key (mz_*) to use instead of logging in with the login tool, for machines without a browser. Leave unset to log in from your agent.), MOCKZILLA_MCP_URL (Override the hosted MCP endpoint (staging or local development). Defaults to https://platform.mockzilla.org/mcp.), MOCKZILLA_MANAGED_PORT (Preferred port for the local managed mock server. Defaults to 2200; falls back to a kernel-picked port if busy.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mockzilla MCP

same job, measured the same way
VibeKit
by vibekit-bot

Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

36 tools answering
Pocketnook
by shotintoeternity

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

30 installs/wk local only
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

32 installs/wk local only
Fiskmas
by fiskmas

Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.

21 tools answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Nora
by solomon2773

Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.

50 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Air Pipe
by airpipe

Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

19 tools answering

Mockzilla MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mockzilla MCP?
Mockzilla MCP 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 @mockzilla/mcp was installed 1 055 times last week.
How do I connect Mockzilla MCP?
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 @mockzilla/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mockzilla MCP?
The npm package @mockzilla/mcp was installed 1 055 times in the last week. Week over week that is +3106%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mockzilla MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 5 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.