Clutter for Grok
io.github.michaelhologram/clutter-mcp
Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
client:Grok
transport:stdio
runtime:npm
Install Clutter in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clutter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clutter-mcp"
],
"env": {
"CLUTTER_API_KEY": "<CLUTTER_API_KEY>",
"CLUTTER_API_URL": "<CLUTTER_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs