Skip to main content
Glama

Google Drive MCP Server

by konashevich
package.json1.24 kB
{ "name": "@isaacphi/mcp-gdrive", "version": "0.2.0", "description": "MCP server for interacting with Google Drive and Sheets", "license": "MIT", "author": "Phil Isaac", "homepage": "https://github.com/isaacphi/mcp-gdrive", "bugs": "https://github.com/isaacphi/mcp-gdrive/issues", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/isaacphi/mcp-gdrive.git" }, "keywords": [ "Google Drive", "Google Sheets", "MCP", "Model Context Protocol", "AI" ], "bin": { "mcp-gdrive": "dist/index.js", "mcp-gdrive-server": "dist/server.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start:stdio": "node dist/index.js", "start:http": "node dist/server.js" }, "dependencies": { "@google-cloud/local-auth": "^3.0.1", "@modelcontextprotocol/sdk": "0.5.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.18.2", "googleapis": "^144.0.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^22.9.3", "shx": "^0.3.4", "typescript": "^5.6.2" } }

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/konashevich/mcp-gdrive'

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