Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Calendar MCP Server
by
takumi0706
Verified
npm
GitHub
Calendar Management
TypeScript
MIT License
690
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
google-calendar-mcp
.github
src
CONTRIBUTING.md
.env.example
.eslintrc.json
.gitignore
jest.config.js
LICENSE
.npmignore
package.json
package-lock.json
.prettierrc
README.md
SECURITY.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "./dist", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "types": ["node", "jest"], "typeRoots": ["./node_modules/@types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }