Skip to main content
The WireMock Cloud agent skills plugin is also available in a local-server variant, wiremock-cloud-local. It ships the same eight skills as the recommended remote plugin, but talks to a local, stdio MCP server launched by the WireMock CLI (wiremock mcp) instead of the hosted mcp.wiremock.cloud server. Choose the local variant if:
  • your network can’t reach mcp.wiremock.cloud directly
  • you need HTTP request authentication with credentials stored locally
  • you have an existing local WireMock CLI setup you want the skills to use
Install whichever variant matches your setup - not both, since they’d both register an MCP server named wiremock.

Prerequisites

The local plugin’s bundled MCP configuration runs wiremock mcp, so you need the WireMock CLI installed and authenticated first:

Supported agents

Add the marketplace registry, then install the local plugin:
Or within an interactive Claude Code session:
This installs all eight skills and configures the local MCP server to run wiremock mcp.