Odel
JsonFabrica

JsonFabrica

Local
@ms-methosTypeScriptMITUpdated 4 days ago

Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@jsonfabrica/mcp-serverv0.1.4

Run

npx -y @jsonfabrica/mcp-server

MCP client config

{
  "mcpServers": {
    "jsonfabrica": {
      "command": "npx",
      "args": [
        "-y",
        "@jsonfabrica/mcp-server"
      ]
    }
  }
}