Back to directory
jaesharp/document-understanding-mcp-server

jaesharp/document-understanding-mcp-server

@jaesharp

A document reading, search, and metadata server to provide access to PDFs (and, in the future, other formats) to LLMs via the Model Context Protocol (MCP)

pdfdocumentunderstandingextractionocrmetadatasearchmcptool

Installation & Configuration

{
  "mcpServers": {
    "document-understanding": {
      "command": "document-understanding-mcp-server",
      "args": [
        "--enable-experimental"
      ],
      "env": {
        "DOCUMENT_UNDERSTANDING_BASE_PATH": "/path/to/pdf/storage"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17