MCP.so
登录

MCP Google Calendar Server

@markelaugust74

关于 MCP Google Calendar Server

A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.

基本信息

分类

生产力

许可证

MIT

运行时

node

传输方式

stdio

发布者

markelaugust74

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is MCP Google Calendar Server?

A Model Context Protocol (MCP) server implementation that enables AI assistants like Claude to create and manage Google Calendar events.

How to use MCP Google Calendar Server?

Clone the repository, install dependencies, configure OAuth2 credentials in a .env file, run npm run auth to obtain a refresh token, update the token in index.js, then start the server with npm start.

Key features of MCP Google Calendar Server

  • Create calendar events with title, description, start/end times.
  • Support for adding event attendees.
  • OAuth2 authentication with Google Calendar API.
  • Full MCP protocol implementation.
  • Debug logging for troubleshooting.

Use cases of MCP Google Calendar Server

  • AI assistants scheduling events on behalf of users.
  • Automating calendar event creation through natural language prompts.
  • Integrating Google Calendar management into MCP-compatible tools.

FAQ from MCP Google Calendar Server

What are the prerequisites for running the server?

Node.js v18 or later, a Google Cloud Console project with the Calendar API enabled, and OAuth2 credentials (Client ID and Client Secret).

How does authentication work?

The server uses OAuth2. You must obtain a refresh token by running npm run auth and then add it to your configuration.

Where are credentials stored?

Google OAuth2 credentials are stored in a .env file, and the refresh token is updated directly in index.js.

Does the server support any transports other than stdio?

The README does not mention alternative transports; it defaults to MCP over stdio.

Are there any known limitations?

The README does not document specific limitations beyond the dependencies and setup requirements.

评论

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