Skip to content
Windsurf

document parser for Windsurf

io.github.agenson-horrowitz/document-parser

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

client:Windsurf transport:stdio runtime:npm

Install document parser in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

document parser in other clients