ClicheFactory Document Intelligence
About
Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLICHEFACTORY_API_KEY CLICHEFACTORY_API_URL LLM_MODEL_NAME LLM_API_KEY OCR_MODEL_NAME OCR_API_KEYClaude Code
claude mcp add --env CLICHEFACTORY_API_KEY= --env CLICHEFACTORY_API_URL= --env LLM_MODEL_NAME= --env LLM_API_KEY= --env OCR_MODEL_NAME= --env OCR_API_KEY= clichefactory-mcp -- uvx clichefactory-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"clichefactory-mcp","command":"uvx","args":["clichefactory-mcp"],"env":{"CLICHEFACTORY_API_KEY":"","CLICHEFACTORY_API_URL":"","LLM_MODEL_NAME":"","LLM_API_KEY":"","OCR_MODEL_NAME":"","OCR_API_KEY":""}}'
JSON
{
"mcpServers": {
"clichefactory-mcp": {
"command": "uvx",
"args": [
"clichefactory-mcp"
],
"env": {
"CLICHEFACTORY_API_KEY": "",
"CLICHEFACTORY_API_URL": "",
"LLM_MODEL_NAME": "",
"LLM_API_KEY": "",
"OCR_MODEL_NAME": "",
"OCR_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.