Google Calendar MCP Server
@MCP-Mirror
关于 Google Calendar MCP Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Calendar MCP Server?
It is a Model Context Protocol (MCP) server that integrates with Google Calendar to provide context-aware calendar management. It enables developers to list, create, update, and delete events using natural language commands through an MCP client.
How to use Google Calendar MCP Server?
Install Node.js v16+, clone the repository, run npm install, copy .env.example to .env, fill in your Google Calendar API credentials (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT_URI), then build with npm run build and start with npm start. Use natural language queries (e.g., “Show me my next 5 upcoming events”) via an MCP client.
Key features of Google Calendar MCP Server
- List and view upcoming events with detailed information
- Create new events with titles, locations, and attendees
- Update existing events with new information
- Delete events from your calendar
- Support for multiple calendars
- Secure OAuth 2.0 authentication and token management
Use cases of Google Calendar MCP Server
- Manage upcoming events and schedules through natural language
- Create events with attendees, locations, and times
- Update or delete existing calendar entries
- Query calendar availability and events
FAQ from Google Calendar MCP Server
What are the prerequisites?
Node.js v16 or higher, a Google Cloud Platform account, Google Calendar API enabled, and OAuth 2.0 credentials from Google Cloud Console.
How do I set up authentication?
Create a .env file with your GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REDIRECT_URI. The server uses OAuth 2.0 for secure access.
How are credentials secured?
All credentials and tokens are stored in environment variables (.env), not committed to version control, and handled via OAuth 2.0.
What calendar operations are supported?
List, view, create, update, and delete events. The server also supports multiple calendars and maintains context between operations.
Does it support multiple calendars?
Yes, the server supports working with multiple Google Calendars.
生产力 分类下的更多 MCP 服务器
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
评论