MCP synthetic data server

Optional local MCP 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.

Install and start

MCP dependencies are optional and are not part of the base install.

pip install "great-generator[mcp]"

great-generator-mcp

Output behavior

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.

Safety defaults

The server enforces local path checks, row limits, and overwrite protection. It does not write to production systems.

Related documentation

Keep exploring