io.github.mockzilla/mockzilla-mcp MCP Server
io.github.mockzilla/mockzilla-mcp
What is the io.github.mockzilla/mockzilla-mcp MCP server?
Mockzilla MCP server. Mock any OpenAPI spec locally with Claude, Cursor, or Gemini CLI.
How to install io.github.mockzilla/mockzilla-mcp
Copy-paste configuration for popular MCP clients.
MOCKZILLA_TOKENsecretBearer token (mz_oauth_* or mz_*) that unlocks the hosted plane on mockzilla.org. Leave unset to use only the local plane.
MOCKZILLA_MCP_URLOverride the hosted MCP endpoint (staging or self-hosted). Defaults to https://platform.mockzilla.org/mcp/.
MOCKZILLA_MANAGED_PORTPreferred port for the local managed mock server. Defaults to 2200; falls back to a kernel-picked port if busy.
{
"mcpServers": {
"mockzilla-mcp": {
"command": "npx",
"args": [
"-y",
"@mockzilla/mcp"
],
"env": {
"MOCKZILLA_TOKEN": "<YOUR_MOCKZILLA_TOKEN>",
"MOCKZILLA_MCP_URL": "<YOUR_MOCKZILLA_MCP_URL>",
"MOCKZILLA_MANAGED_PORT": "<YOUR_MOCKZILLA_MANAGED_PORT>"
}
}
}
}{
"mcpServers": {
"mockzilla-mcp": {
"command": "npx",
"args": [
"-y",
"@mockzilla/mcp"
],
"env": {
"MOCKZILLA_TOKEN": "<YOUR_MOCKZILLA_TOKEN>",
"MOCKZILLA_MCP_URL": "<YOUR_MOCKZILLA_MCP_URL>",
"MOCKZILLA_MANAGED_PORT": "<YOUR_MOCKZILLA_MANAGED_PORT>"
}
}
}
}{
"mcpServers": {
"mockzilla-mcp": {
"command": "npx",
"args": [
"-y",
"@mockzilla/mcp"
],
"env": {
"MOCKZILLA_TOKEN": "<YOUR_MOCKZILLA_TOKEN>",
"MOCKZILLA_MCP_URL": "<YOUR_MOCKZILLA_MCP_URL>",
"MOCKZILLA_MANAGED_PORT": "<YOUR_MOCKZILLA_MANAGED_PORT>"
}
}
}
}{
"servers": {
"mockzilla-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mockzilla/mcp"
],
"env": {
"MOCKZILLA_TOKEN": "<YOUR_MOCKZILLA_TOKEN>",
"MOCKZILLA_MCP_URL": "<YOUR_MOCKZILLA_MCP_URL>",
"MOCKZILLA_MANAGED_PORT": "<YOUR_MOCKZILLA_MANAGED_PORT>"
}
}
}
}claude mcp add mockzilla-mcp --env MOCKZILLA_TOKEN=<YOUR_MOCKZILLA_TOKEN> --env MOCKZILLA_MCP_URL=<YOUR_MOCKZILLA_MCP_URL> --env MOCKZILLA_MANAGED_PORT=<YOUR_MOCKZILLA_MANAGED_PORT> -- npx -y @mockzilla/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.