Google Calendar MCP 服务器

Google Calendar MCP 服务器

用于将 Google Calendar 与 Claude Desktop 集成的 MCP 服务器。

快速入门

  1. 克隆仓库并安装依赖: git clone https://github.com/takumi0706/google-calendar-mcp.git cd google-calendar-mcp npm install
  2. 创建 .env 文件并配置 Google OAuth 凭据: GOOGLE_CLIENT_ID=your_client_id GOOGLE_CLIENT_SECRET=your_client_secret GOOGLE_REDIRECT_URI=http://localhost:4153/oauth2callback
  3. 启动开发模式: npm run dev
  4. claude_desktop_config.json 中添加服务器配置。
  5. 测试功能是否正常运行: npm test