mcp-universal-file-converter
Version:
MCP Universal File Converter - 支持压缩包、图片、PDF、Office文档等转换成可上传的 JPG (≤2MB)
60 lines (59 loc) • 1.57 kB
JSON
{
"name": "mcp-universal-file-converter",
"version": "0.2.1",
"description": "MCP Universal File Converter - 支持压缩包、图片、PDF、Office文档等转换成可上传的 JPG (≤2MB)",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-file-converter": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "node dist/index.js",
"clean": "rm -rf dist",
"publish:beta": "npm publish --registry=https://registry.npmjs.org/ --tag beta",
"publish": "npm publish --registry=https://registry.npmjs.org/"
},
"keywords": [
"mcp",
"file-converter",
"image-conversion",
"pdf-to-jpg",
"video-thumbnail",
"archive-extraction",
"office-to-pdf",
"typescript"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"@napi-rs/canvas": "^0.1.67",
"7zip-bin": "^5.2.0",
"adm-zip": "^0.5.10",
"canvas": "npm:@napi-rs/canvas@^0.1.67",
"fluent-ffmpeg": "^2.1.2",
"node-7z": "^2.1.1",
"node-unrar-js": "^2.0.2",
"openai": "^4.67.3",
"pdfjs-dist": "^3.11.174",
"sharp": "^0.33.0",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^22.17.1",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=18.0.0"
},
"author": "tonglinghui@bytedance.com",
"license": "MIT",
"files": [
"dist/**/*"
]
}