Skip to content
VS Code

document parser for VS Code

io.github.agenson-horrowitz/document-parser

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

client:VS Code transport:stdio runtime:npm

Install document parser in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

document parser in other clients