Skip to content
VS Code

Razi Document Tools for VS Code

io.github.razikallayi/razi-documents

Document processing over MCP: merge, split and compress PDFs, run OCR, extract document text.

client:VS Code transport:streamable-http

Install Razi Document Tools in VS Code

.vscode/mcp.json

{
  "servers": {
    "razi-documents": {
      "type": "http",
      "url": "https://www.razi.pro/api/mcp/documents"
    }
  }
}

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

Razi Document Tools in other clients