Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Workspace MCP Server
Claim
by
epaproditus
GitHub
Communication
Calendar Management
JavaScript
MIT License
13
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
google-workspace-mcp-server
src
get-refresh-token.js
.gitignore
LICENSE
package.json
package-lock.json
README.md
token.json
tsconfig.json
{ "name": "google-workspace-server", "version": "0.1.0", "description": "A Model Context Protocol server", "private": true, "type": "module", "bin": { "google-workspace-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@google-cloud/local-auth": "^3.0.1", "@modelcontextprotocol/sdk": "0.6.0", "googleapis": "^144.0.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }