-
securityA
license-
qualityLets LLMs read and manage Google Calendar events.
Last updated -
725
366
TypeScript
MIT License
这是一个模型上下文协议 (MCP) 服务器,提供与 Google 日历的集成。它允许 LLM 通过标准化接口读取、创建和管理日历事件。
https://www.googleapis.com/auth/calendar.events
gcp-oauth.keys.json
并将其放在项目的根目录中。npm run build
构建 TypeScript 代码npm run build:watch
- 在监视模式下构建 TypeScript 以供开发npm run dev
- 使用 ts-node 以开发模式启动服务器npm run auth
- 启动 Google OAuth 流程的身份验证服务器服务器支持自动和手动身份验证流程:
gcp-oauth.keys.json
的文件中。服务器在需要时自动管理令牌刷新和重新认证:
对于高级用户或故障排除,您可以手动运行身份验证流程:
这将:
gcp-oauth.keys.json
中.gcp-saved-tokens.json
中,具有 600 个权限该服务器公开以下工具:
list-calendars
:列出所有可用的日历list-events
:列出日历中的事件create-event
:创建一个新的日历事件update-event
:更新现有日历事件delete-event
:删除日历事件/Users/<user>/Library/Application Support/Claude/claude_desktop_config.json
:除了日历集成所具有的常规功能外,您还可以执行真正动态的操作,例如从屏幕截图和图像添加事件等等。
常见问题及解决方案:
gcp-oauth.keys.json
格式正确.gcp-saved-tokens.json
并重新进行身份验证npm install
rm -rf build/
gcp-oauth.keys.json
中.gcp-saved-tokens.json
中,且文件权限受到限制麻省理工学院
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
使 LLM 能够通过标准化界面读取、创建和管理 Google 日历事件,包括列出日历、管理事件以及处理来自屏幕截图和图像的日历信息等功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Caue397/google-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server