Clutter for Cursor
io.github.michaelhologram/clutter-mcp
Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
client:Cursor
transport:stdio
runtime:npm
Install Clutter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clutter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clutter-mcp"
],
"env": {
"CLUTTER_API_KEY": "<CLUTTER_API_KEY>",
"CLUTTER_API_URL": "<CLUTTER_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs