Simple Document Processing MCP Server

{ "name": "@cablate/mcp-doc-forge", "version": "0.0.5", "type": "module", "description": "MCP server that provides doc forge capabilities", "main": "dist/index.cjs", "license": "MIT", "scripts": { "build": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.cjs && shx cp src/xhr-sync-worker.js dist/ && shx chmod +x dist/index.cjs", "start": "node dist/index.cjs", "dev": "ts-node src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "csv-parse": "^5.6.0", "diff": "^5.1.0", "docxtemplater": "^3.42.0", "epub": "^1.2.1", "exceljs": "^4.4.0", "iconv-lite": "^0.6.3", "image-size": "^1.1.1", "jsdom": "^25.0.1", "libreoffice-convert": "^1.6.0", "mammoth": "^1.6.0", "marked": "^15.0.7", "pdf-lib": "^1.17.1", "pdf2pic": "^3.1.3", "pdfreader": "^3.0.6", "pizzip": "^3.1.4", "sharp": "^0.33.2", "turndown": "^7.2.0", "unzipper": "^0.12.3", "util": "^0.12.5", "xml2js": "^0.6.2" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@types/jsdom": "^21.1.7", "@types/node": "^20.17.10", "esbuild": "^0.20.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "author": "CabLate", "files": [ "dist", "dist/**/*.map", "README.md" ], "bin": { "mcp-doc-forge": "./dist/index.cjs" }, "keywords": [ "mcp", "mcp-server", "doc-forge", "document", "pdf", "docx", "txt", "html", "csv", "ai", "dive" ], "homepage": "https://github.com/cablate/mcp-doc-forge#readme", "repository": { "type": "git", "url": "git+https://github.com/cablate/mcp-doc-forge.git" }, "bugs": { "url": "https://github.com/cablate/mcp-doc-forge/issues" } }