Skip to main content
Glama
cablate

Calendar Tools MCP Server

by cablate

日历工具 MCP 服务器

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

特征

日历管理

  • 创建日历事件

  • 列出日历事件

  • 更新现有事件

  • 删除事件

Related MCP server: Google Calendar MCP Server

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 请求:提交代码改进

接触

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

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