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
# Google OAuth2 認証情報 GOOGLE_CLIENT_ID=your_client_id GOOGLE_CLIENT_SECRET=your_client_secret GOOGLE_REDIRECT_URI=http://localhost:3000/oauth2callback # サーバー設定 PORT=3000 HOST=localhost # ログレベル (debug, info, warn, error) LOG_LEVEL=info