Back to MCP directory
publicPublicdnsLocal runtime

eliasuran_mcp_server_google_calendar

Google日历MCP服务是一个与Claude桌面应用集成的智能日程管理工具,支持通过自然语言指令创建/查询日历事件

article

README

🚀 使用说明

本项目可借助Claude Desktop与Google Calendar交互,满足日程管理需求。

🚀 快速开始

📋 需求

  • Node.js >= v18.0.0
  • Claude Desktop

📦 安装指南

  1. 执行 npx mcp-server-google-calendar init
  2. 重启 Claude Desktop
  3. 现在你可以尝试使用简单的命令,例如 给我一份我这周所有事件的列表

💻 使用示例

基础用法

以下是你可以询问Claude的一些示例:

- `创建一个名为"放松时间"的活动,当我在周一晚上8点后有空时。`
- `检查本周上午9点到下午5点之间我和Arian是否都有空,并安排一次名为"讨论MCP项目"的会议。`
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client