Install and start
MCP dependencies are optional and are not part of the base install.
pip install "great-generator[mcp]"
great-generator-mcp
MCP synthetic data server
The MCP server is a local stdio wrapper over existing public APIs. It does not introduce a separate generation engine.
Great Generator creates synthetic data. It does not anonymize, mask, de-identify, or transform production records.
MCP dependencies are optional and are not part of the base install.
pip install "great-generator[mcp]"
great-generator-mcp
MCP tools write generated data to local files and return row counts, paths, schema summaries, warnings, previews, and manifest paths instead of returning large datasets in chat.
The server enforces local path checks, row limits, and overwrite protection. It does not write to production systems.
Related documentation