Skip to content
Cursor

document parser for Cursor

io.github.agenson-horrowitz/document-parser

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

client:Cursor transport:stdio runtime:npm

Install document parser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

document parser in other clients