PluginBench
MCP Server
Active
MIT

io.github.dinosaur24/mockhero MCP Server

io.github.dinosaur24/mockhero

What is the io.github.dinosaur24/mockhero MCP server?

Generate realistic relational test data. 156 field types, 22 locales, JSON/CSV/SQL.

How to install io.github.dinosaur24/mockhero

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MOCKHERO_API_KEY
    required
    secret

    Your MockHero API key (get one free at https://mockhero.dev)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ],
      "env": {
        "MOCKHERO_API_KEY": "<YOUR_MOCKHERO_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ],
      "env": {
        "MOCKHERO_API_KEY": "<YOUR_MOCKHERO_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ],
      "env": {
        "MOCKHERO_API_KEY": "<YOUR_MOCKHERO_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mockhero": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ],
      "env": {
        "MOCKHERO_API_KEY": "<YOUR_MOCKHERO_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mockhero --env MOCKHERO_API_KEY=<YOUR_MOCKHERO_API_KEY> -- npx -y @mockherodev/mcp-server

Related MCP servers

AI workflow error analysis for n8n, Make, Zapier, and 10+ platforms.

View repository →