Skip to content
Claude Desktop

document processing for Claude Desktop

ai.filegraph/document-processing

Extract text from documents, manipulate PDFs, and perform OCR on images.

client:Claude Desktop transport:sse tools:9

Install document processing in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "document-processing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.filegraph.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

document processing in other clients