Skip to main content
Glama

Calendar Tools MCP Server

日历工具 MCP 服务器

强大的模型上下文协议 (MCP) 服务器提供全面的日历管理功能。

特征

日历管理

  • 创建日历事件
  • 列出日历事件
  • 更新现有事件
  • 删除事件

Dive Desktop 上的演示

日历工具演示

安装

手动安装

npm install -g @cablate/mcp-google-calendar

用法

命令行

mcp-google-calendar

使用Dive Desktop

  1. 在 Dive Desktop 中点击“+ 添加 MCP 服务器”
  2. 复制并粘贴此配置:
{ "mcpServers": { "calendar": { "command": "npx", "args": ["-y", "@cablate/mcp-google-calendar"], "env": { "GOOGLE_CALENDAR_ID": "your_calendar_id", "GOOGLE_TIME_ZONE": "your_time_zone", "GOOGLE_CREDENTIALS_PATH": "your_credentials_path" }, "enabled": true } } }
  1. 点击“保存”安装 MCP 服务器

Google 服务帐户和凭据

以下是创建 Google 服务帐户和凭据的简单步骤:

  1. 前往Google Cloud Console
  2. 创建新项目或选择现有项目
  3. 导航至“IAM 和管理”部分
  4. 点击“服务帐户”
  5. 点击“创建服务帐户”
  6. 输入服务帐户的名称(例如“MCP Google 日历”)
  7. 点击“创建”
  8. 点击“创建密钥”
  9. 选择“JSON”作为密钥类型
  10. 点击“创建”
  11. 下载 JSON 文件并将其保存为credentials.json

如果还有任何问题,请谷歌并找到答案。

执照

麻省理工学院

贡献

欢迎社区参与和贡献!贡献方式如下:

  • ⭐️ 如果您觉得有用,请为项目加星标
  • 🐛 提交问题:报告问题或提供建议
  • 🔧 创建 Pull 请求:提交代码改进

接触

如果您有任何问题或建议,请随时联系我们:

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

通过与 Google 日历集成的模型上下文协议服务器,实现全面的日历管理,具有创建、列出、更新和删除事件的功能。

  1. 特征
    1. 日历管理
  2. Dive Desktop 上的演示
    1. 安装
      1. 手动安装
    2. 用法
      1. 命令行
      2. 使用Dive Desktop
    3. Google 服务帐户和凭据
      1. 执照
        1. 贡献
          1. 接触

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Provides tools for interacting with Gmail and Calendar APIs. This server enables you to manage your emails and calendar events programmatically through the MCP interface.
              Last updated -
              8
              13
              JavaScript
              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/cablate/mcp-google-calendar'

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