← Index

io.github.Akkshay10/MCPClientMock

io.github.Akkshay10/MCPClientMock·v1.0.2·Other
Quality Score
77
/100

MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "MCPClientMock": {
      "command": "npx",
      "args": [
        "-y",
        "mockserver-mcp"
      ],
      "env": {
        "MOCKSERVER_HOST": "<mockserver_host>",
        "MOCKSERVER_PORT": "<mockserver_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "MCPClientMock": {
      "command": "npx",
      "args": [
        "-y",
        "mockserver-mcp"
      ],
      "env": {
        "MOCKSERVER_HOST": "<mockserver_host>",
        "MOCKSERVER_PORT": "<mockserver_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mockserver-mcp
§02  Environment variables
MOCKSERVER_HOST

MockServer hostname

MOCKSERVER_PORT

MockServer port

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other