Mockzilla is the Next Gen Mocking Tool API Server to easier create endpoints faster for MVPs with AI and MCP Tooling
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mockzilla": {
"command": "npx",
"args": [
"-y",
"andrecrjr/mockzilla"
]
}
}
}
Run in terminal:
claude mcp add mockzilla npx -y andrecrjr/mockzilla
Add to .cursor/mcp.json:
{
"mcpServers": {
"mockzilla": {
"command": "npx",
"args": [
"-y",
"andrecrjr/mockzilla"
]
}
}
}