Skip to main content
Glama

Google Calendar MCP Server

by pranavmanoj1

Google 日历 MCP 服务器

强大的模型上下文协议 (MCP) 服务器与 Google 日历集成,提供智能、上下文感知的日历管理功能。

特征

  • 智能日历管理
    • 列出并查看即将发生的事件及其详细信息
    • 使用自定义标题、地点和参加者创建新活动
    • 使用新信息更新现有事件
    • 从日历中删除事件
    • 支持多种日历
  • 上下文感知操作
    • 维护日历操作之间的上下文
    • 智能事件格式和显示
    • 安全身份验证和令牌管理
    • 强大的错误处理和验证

先决条件

  • Node.js(v16 或更高版本)
  • Google 云端平台帐户
  • 已启用 Google 日历 API
  • 来自 Google Cloud Console 的 OAuth 2.0 凭据

设置

  1. 克隆存储库:
    git clone https://github.com/yourusername/google-calendar-mcp.git cd google-calendar-mcp
  2. 安装依赖项:
    npm install
  3. 创建.env文件:
    cp .env.example .env
  4. 使用您的 Google 日历 API 凭据更新.env文件:
    • GOOGLE_CLIENT_ID :您的 Google Cloud Console 客户端 ID
    • GOOGLE_CLIENT_SECRET :您的 Google Cloud Console 客户端密钥
    • GOOGLE_REDIRECT_URI :您配置的重定向 URI
  5. 构建项目:
    npm run build
  6. 启动服务器:
    npm start

使用示例

MCP 服务器通过自然语言命令支持各种日历操作:

活动列表

  • “显示接下来的 5 个即将发生的事件”
  • “列出下周的所有活动”
  • “我的日历上明天有什么安排?”

活动创建

  • “安排明天下午 2 点与 John 和 Sarah 会面”
  • “下周五中午 12 点与团队一起安排午餐活动”
  • “添加下周一上午 10 点的医生预约”

活动更新

  • “将我下午 2 点的会议改到下午 3 点”
  • “让 Mike 参加明天的团队会议”
  • “更新周五会议的地点”

事件删除

  • “取消我今天下午 3 点的会议”
  • “从下周五开始取消团队午餐”

安全

  • 所有凭证和令牌均安全存储,并且不提交版本控制
  • OAuth 2.0 身份验证确保安全访问 Google 日历
  • 环境变量用于敏感配置

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

-
security - not tested
F
license - not found
-
quality - not tested

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.

一个模型上下文协议服务器,可以与 Google 日历进行自然语言交互,让用户通过上下文感知操作查看、创建、更新和删除日历事件。

  1. 特征
    1. 先决条件
      1. 设置
        1. 使用示例
          1. 活动列表
          2. 活动创建
          3. 活动更新
          4. 事件删除
        2. 安全
          1. 贡献

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Enables comprehensive calendar management with capabilities to create, list, update, and delete events through a Model Context Protocol server integrated with Google Calendar.
              Last updated -
              13
              1
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              Allows interaction with Google Calendar through Claude Desktop using the Model Context Protocol, enabling calendar event management and schedule analysis.
              Last updated -
              2
              JavaScript
              • Apple
            • -
              security
              F
              license
              -
              quality
              Model Context Protocol server that provides seamless access to Google Calendar API with asynchronous operation support, enabling efficient calendar management through a standardized interface.
              Last updated -
              Python
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that integrates Google Calendar with Claude Desktop, enabling users to manage calendar events (view, create, update, delete) through natural language.
              Last updated -
              133
              21
              TypeScript
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/pranavmanoj1/mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server