calendar MCP Server
Google Calendar 读写,AI 可查询日程、创建会议、设置提醒,提升时间管理效率
返回 MCP 专区
效率工具官方维护
calendar
85.0k starsGoogle Calendar 读写,AI 可查询日程、创建会议、设置提醒,提升时间管理效率
Google Calendar日程管理会议创建官方
安装与配置
安装命令
npx @modelcontextprotocol/server-gcalendarCursor / Claude Desktop 配置(mcp.json)
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-gcalendar"
]
}
}
}典型使用场景
- AI 自动整理知识库,按主题分类归档
- 发送消息通知、管理日程和任务
- 跨工具自动同步信息,减少手动操作
查看源码 / 官方文档
访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。
在 GitHub 上查看