Skip to main content
Glama

Google Drive MCP Server

by andresfrei
package.json1.37 kB
{ "name": "@agent-mcp/mcp-google-drive-server", "version": "1.2.0", "description": "MCP Server for Google Drive multi-account access", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc && tsc-alias", "start": "node dist/index.js", "lint": "oxlint src", "lint:fix": "oxlint --fix src", "format": "prettier --write \"src/**/*.{ts,json,md}\"", "format:check": "prettier --check \"src/**/*.{ts,json,md}\"", "check": "pnpm lint && pnpm format:check", "test": "jest", "test:client": "tsx tests/test-mcp-client.ts", "test:recursive": "tsx tests/test-recursive.ts", "test:drive": "tsx tests/test-drive.ts", "test:all": "pnpm test:client && pnpm test:recursive" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "dotenv": "^16.4.1", "express": "^5.1.0", "google-auth-library": "^9.6.3", "googleapis": "^140.0.0", "winston": "^3.11.0", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^20.11.16", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "oxlint": "^1.23.0", "prettier": "^3.6.2", "tsc-alias": "^1.8.16", "tsx": "^4.7.1", "typescript": "^5.3.3" }, "engines": { "node": ">=20.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andresfrei/mcp-drive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server