document processing for Cursor
ai.filegraph/document-processing
Extract text from documents, manipulate PDFs, and perform OCR on images.
client:Cursor
transport:sse
tools:9
Install document processing in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"document-processing": {
"url": "https://api.filegraph.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs