4 hours ago
Synthetic data generator MCP server. Generates realistic companies, documents, and structured data — e.g. to populate SharePoint/test/demo systems. 19 tools, stdio, requires CLUTTER_API_KEY.
Server Config
{
"mcpServers": {
"clutter": {
"command": "npx",
"args": [
"-y",
"clutter-mcp"
],
"env": {
"CLUTTER_API_KEY": "<YOUR_CLUTTER_API_KEY>"
}
}
}
}