ClicheFactory Document Intelligence for Cursor
io.github.clichefactory/clichefactory-mcp
Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.
client:Cursor
transport:stdio
runtime:pypi
Install ClicheFactory Document Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clichefactory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clichefactory-mcp"
],
"env": {
"CLICHEFACTORY_API_KEY": "<CLICHEFACTORY_API_KEY>",
"CLICHEFACTORY_API_URL": "<CLICHEFACTORY_API_URL>",
"LLM_MODEL_NAME": "<LLM_MODEL_NAME>",
"LLM_API_KEY": "<LLM_API_KEY>",
"OCR_MODEL_NAME": "<OCR_MODEL_NAME>",
"OCR_API_KEY": "<OCR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs