mockzilla mcp for Cline
io.github.mockzilla/mockzilla-mcp
Mock OpenAPI specs locally, or log in to deploy hosted mocks on mockzilla.org from your MCP client.
client:Cline
transport:stdio
runtime:npm
Install mockzilla mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs