Skip to content
Claude Desktop

document parser for Claude Desktop

io.github.agenson-horrowitz/document-parser

Parse and extract structured data from various document formats (PDF, Word, HTML).

client:Claude Desktop transport:stdio runtime:npm

Install document parser in Claude Desktop

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

{
  "mcpServers": {
    "document-parser": {
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/document-parser-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

document parser in other clients