Server data from the Official MCP Registry
Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CLUTTER_API_KEY
Environment variable: CLUTTER_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-michaelhologram-clutter-mcp": {
"env": {
"CLUTTER_API_KEY": "your-clutter-api-key-here",
"CLUTTER_API_URL": "your-clutter-api-url-here"
},
"args": [
"-y",
"clutter-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol stdio server that lets an AI agent drive the whole Clutter pipeline — invent a believable synthetic company, mass-produce the documents, spreadsheets, emails, images and datasets it would really have, poll for completion, and fetch download URLs — through Clutter's public REST API, authenticated with an API key.
Use it to fill dev/test/demo systems (SharePoint, CRMs, file shares) with realistic content, or to give an agent believable data to reason over — without using real data.
It's a thin HTTPS client with no dependency on the rest of the Clutter codebase.
clt_live_…, shown once).{
"mcpServers": {
"clutter": {
"command": "npx",
"args": ["-y", "clutter-mcp"],
"env": {
"CLUTTER_API_KEY": "clt_live_…"
}
}
}
}
That's it — CLUTTER_API_URL defaults to https://clutter.run/api, so only the key is required.
| Env var | Required | Default | Notes |
|---|---|---|---|
CLUTTER_API_KEY | yes | — | clt_live_… key (web app → Settings) |
CLUTTER_API_URL | no | https://clutter.run/api | Override only to target another deployment |
CLUTTER_API_KEY=clt_live_… npx -y clutter-mcp
build_org — describe a company in a sentence → returns an orgId (omit projectId to
auto-create a project). Free.wait_for_org — block until the company build is ready.create_run — generate content against the company:
doc_generator → a batch of documents (docx/pdf/xlsx/eml/jpg), folder-organised.data_generator → one tabular dataset (xlsx/csv/json) with an exact row count.doc_metadata_gen → one metadata record per document of a prior doc run.wait_for_run — block until the run is complete.list_run_documents + get_document_url, or build_zip + get_zip_url for the whole run as a
single ZIP (folder tree preserved — ready to drop into SharePoint or a file share).clutter_whoami, get_usagelist_projects, create_projectlist_orgs, build_org, get_org, wait_for_org, query_org, delete_orglist_runs, create_run, get_run, wait_for_run, list_run_documents,
get_document_url, build_zip, get_zip_url, delete_runbuild_org and create_run are asynchronous (return an id immediately); use the wait_for_* tools
to block until a terminal state, or poll get_org / get_run. Each tool maps to a REST endpoint and
returns the raw JSON response.
Company builds, metadata and "ask the company" are free. New accounts get 10 free documents + 100
free data rows, then pay-as-you-go (all prices USD: $0.10/document, $0.06/10 data rows). A 402 from create_run
means insufficient credit — top up at https://clutter.run/billing.
Clutter hands you download URLs; your agent does the upload (via Microsoft Graph). Beyond a plain "drop files into a library", the generated metadata can drive automation — apply sensitivity labels, set permissions, assign retention, route flat files to the right site/library by metadata, or even generate the information architecture itself. Worked patterns with Graph calls: https://clutter.run/sharepoint-cookbook.md
Full REST API: https://clutter.run/api/docs (Swagger UI) · machine-readable guide: https://clutter.run/llms.txt
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.