Back to MCP Servers

Mockhero

Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day.

developer-tools

Installation

npx -y mockhero

Configuration

{
  "mcpServers": {
    "mockhero": {
      "command": "npx",
      "args": ["-y", "mockhero"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub