AI / ML|Data|Development|ProductivityPython

DataDesigner

Generate high-quality synthetic datasets from scratch or using your own seed data.

Free
N/A rating (0 reviews)0 installs1,533 GitHub stars
synthetic datadata generationNVIDIA

Data Designer helps you create synthetic datasets that go beyond simple LLM prompting. It provides a flexible framework for building production-grade synthetic data, allowing for diverse statistical distributions, meaningful correlations between fields, and validated high-quality outputs.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "datadesigner": {
      "args": [
        "data-designer"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.