MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by mockzilla

创建于 5/1/2026
更新于 about 9 hours ago
Repository documentation and setup instructions

@mockzilla/mcp

MCP server for mockzilla. Lets agents like Claude Desktop and Cursor list sims, deploy mocks from the catalog, and act on a user's behalf via mockzilla's hosted MCP endpoint.

Install

Get a bearer token from https://app.mockzilla.org/account/connected-apps (creates an OAuth-issued token tied to one org).

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "mockzilla": {
      "command": "npx",
      "args": ["-y", "@mockzilla/mcp"],
      "env": {
        "MOCKZILLA_TOKEN": "mz_oauth_prod_..."
      }
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "mockzilla": {
      "command": "npx",
      "args": ["-y", "@mockzilla/mcp"],
      "env": {
        "MOCKZILLA_TOKEN": "mz_oauth_prod_..."
      }
    }
  }
}

What you can ask

  • "List the sims I have deployed in mockzilla."
  • "Show me the catalog products available."
  • "Deploy a Stripe sandbox for me named stripe-test."
  • "Create a mock from this OpenAPI URL: https://example.com/spec.yaml."

Configuration

| Env var | Default | Purpose | | --- | --- | --- | | MOCKZILLA_TOKEN | required | Bearer token (mz_oauth_* or mz_*). | | MOCKZILLA_MCP_URL | https://app.mockzilla.org/mcp/ | Override for staging or self-hosted. |

Publishing (maintainers only)

npm login
npm publish --access public

License

MIT.

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mockzilla-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "mockzilla-mockzilla-mcp": { "command": "npx", "args": [ "mockzilla-mockzilla-mcp" ] } } }