Skip to content
Claude Desktop

mockzilla mcp for Claude Desktop

io.github.mockzilla/mockzilla-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install mockzilla mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mockzilla-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mockzilla/mcp"
      ],
      "env": {
        "MOCKZILLA_TOKEN": "<MOCKZILLA_TOKEN>",
        "MOCKZILLA_MCP_URL": "<MOCKZILLA_MCP_URL>",
        "MOCKZILLA_MANAGED_PORT": "<MOCKZILLA_MANAGED_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mockzilla mcp in other clients