@emit-ia/gdrive-mcp-server
Version:
Google Drive MCP Server - Model Context Protocol server for Google Drive and Gmail APIs
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "@emit-ia/gdrive-mcp-server",
"version": "1.0.2",
"description": "Google Drive MCP Server - Model Context Protocol server for Google Drive and Gmail APIs",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepare": "npm run build"
},
"bin": {
"gdrive-mcp-server": "dist/index.js"
},
"keywords": [
"mcp",
"google-drive",
"gmail",
"google-workspace",
"api",
"server",
"model-context-protocol",
"ai",
"llm"
],
"author": "emit-ia",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/emit-ia/gdrive-mcp.git"
},
"homepage": "https://github.com/emit-ia/gdrive-mcp#readme",
"bugs": {
"url": "https://github.com/emit-ia/gdrive-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"googleapis": "^128.0.0",
"dotenv": "^16.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"tsx": "^4.6.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md",
"SETUP-GUIDE.md",
"HYBRID-AUTH-SETUP.md",
"env.example",
"package.json"
],
"engines": {
"node": ">=18.0.0"
}
}