documents.js

ExaDev/documents.js
★ 0 stars TypeScript AI/LLM Updated today
A family of independent, MIT-licensed TypeScript packages for lossless, type-safe document conversion — OOXML (docx/pptx/xlsx), OpenDocument (odt/ods/odp), Markdown, EPUB, and PDF — sharing a common Zod-based schema layer, plus the CLI, MCP server, and web UI built on top of them.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "documents.js": {
      "command": "npx",
      "args": [
        "-y",
        "ExaDev/documents.js"
      ]
    }
  }
}

Topics

clidocument-conversiondocxepubmarkdownmcp-servermonorepoodpodsodtooxmlopendocumentpdfpptxtypescript