zoom-recordings-server
Version:
MCP server for downloading Zoom Cloud Recordings (MP4 files only)
32 lines (31 loc) • 689 B
JSON
{
"name": "zoom-recordings-server",
"version": "1.0.1",
"main": "build/index.js",
"bin": {
"zoom-mcp-server": "./build/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"zoom",
"recordings"
],
"author": "",
"license": "ISC",
"description": "MCP server for downloading Zoom Cloud Recordings (MP4 files only)",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/fs-extra": "^11.0.4",
"axios": "^1.8.1",
"dotenv": "^16.5.0",
"fs-extra": "^11.3.0",
"typescript": "^5.8.2"
}
}