-
securityF
license-
qualityGoogle Calendar integration in Cursor IDE. This server enables AI assistants to manage Google Calendar events through natural language interactions.
Last updated -
5
05
JavaScript
Provides tools for managing Google Calendar, including listing calendars, creating/reading/updating/deleting events, and fetching events between specified dates with OAuth 2.0 authentication.
使用 TypeScript 构建的与 Google 日历集成的模型上下文协议 (MCP) 服务器。
或者直接运行:
credentials.json
在项目根目录中创建一个.env
文件:
从标准 WebSocket 开始:
从服务器发送事件(SSE)开始:
将其添加到您的claude_desktop_config.json
中:
第一次运行服务器:
token.json
在后续发布中:
工具 | 描述 |
---|---|
list_calendars | 获取所有可用日历 |
list_calendar_events | 检索指定日期之间的事件 |
create_calendar_event | 向日历添加新事件 |
get_calendar_event | 获取特定事件的详细信息 |
edit_calendar_event | 修改现有日历事件 |
delete_calendar_event | 从日历中删除事件 |
克隆并设置项目:
构建项目:
以开发模式运行:
⚠️重要安全警告⚠️
credentials.json
和token.json
包含敏感的身份验证信息该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
欢迎贡献代码!欢迎提交 Pull 请求。
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)