MCP.so
登录

MCP Calendar

@tobedoit

关于 MCP Calendar

MCP Google Calendar Server with python

基本信息

分类

生产力

运行时

python

传输方式

stdio

发布者

tobedoit

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-calendar-python": {
      "command": "uvx",
      "args": [
        "mcp-calendar-python"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "",
        "GOOGLE_CLIENT_SECRET": "",
        "GOOGLE_REFRESH_TOKEN": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Calendar?

MCP Calendar is a tool that uses the Model Context Protocol (MCP) server to create, modify, and check Google Calendar events. It is designed for users of the Claude Desktop app, integrating with Google Calendar via OAuth2 authentication.

How to use MCP Calendar?

Install the package via pip install mcp-calendar-python, set the required environment variables (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN), and configure the Claude Desktop app to run the MCP server using uvx with the argument mcp-calendar-python. Once set up, you can ask Claude to add events using natural language.

Key features of MCP Calendar

  • Create Google Calendar events from Claude Desktop.
  • Modify existing calendar events.
  • Check event details.
  • Uses OAuth2 for secure Google Calendar API authentication.

Use cases of MCP Calendar

  • Schedule a team meeting for tomorrow at 2 PM.
  • Add a lunchtime meeting on May 15.
  • Quickly create events via natural language prompts in Claude Desktop.

FAQ from MCP Calendar

What are the prerequisites for using MCP Calendar?

You need Python 3.10 or higher, OAuth 2.0 client ID and secret from Google Cloud Console, and the Claude Desktop app.

How do I authenticate with Google Calendar?

Set the environment variables GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN with credentials obtained from Google Cloud Console.

What operations can I perform on Google Calendar events?

You can create, modify, and check events in Google Calendar through Claude Desktop.

评论

生产力 分类下的更多 MCP 服务器