MCP 谷歌日历服务器实现了模型上下文协议(MCP),能让 AI 助手(如 Claude)创建和管理谷歌日历事件,为日历管理带来了极大便利。
MCP 谷歌日历服务器可让 AI 助手轻松与谷歌日历交互。通过以下步骤,你可以快速搭建并运行该服务器。
git clone [https://github.com/markelaugust74/mcp-google-calendar.git]
cd mcp-google-calendar
npm install
.env.example
文件为 .env
。npm run auth
index.js
中的刷新令牌。启动服务器:
npm start