mcp-mock-server

mizcausevic-dev/mcp-mock-server
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
Productized stdio MCP mock server — reads a tools/list JSON and serves it with per-tool stubs (response/error/latency) and three schema-validation modes (off/lenient/strict). Test MCP CLIENTS without a real backend.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-mock-server": {
      "command": "npx",
      "args": [
        "-y",
        "mizcausevic-dev/mcp-mock-server"
      ]
    }
  }
}

Topics

cligovernancejson-rpcmcpmockmodel-context-protocolstdiotestingtypescript