Google Calendar MCP Server
@agc129
Google Calendar MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gcal-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Google Calendar MCP Server?
Google Calendar MCP Server is a Model Context Protocol (MCP) server that provides integration with Google Calendar. It allows LLM applications to manage calendar events through a standardized interface.
How to use Google Calendar MCP Server?
Set up a .env file with required environment variables, then run uv run client.py after installing the package in a virtual environment. The server exposes tools for listing, creating, updating, and deleting calendar events.
Key features of Google Calendar MCP Server
- List available calendars
- List events from a calendar
- Create new calendar events
- Update existing events
- Delete events
Use cases of Google Calendar MCP Server
- An LLM assistant helping a user view upcoming events
- Automatically scheduling meetings based on natural language requests
- Modifying or deleting events as part of a workflow
- Integrating calendar management into a chatbot or AI agent
FAQ from Google Calendar MCP Server
What Google Cloud setup is required?
You need a Google Cloud project with the Calendar API enabled and OAuth 2.0 credentials (Desktop app type). Add your email as a test user under the OAuth Consent screen.
How do I install the server?
Clone the repository, create a virtual environment with uv venv, activate it, and run uv pip install -e . to install the package in editable mode.
What transports or authentication does it use?
The README does not specify transport details. It uses OAuth 2.0 for authentication with Google Calendar API, with credentials obtained from Google Cloud Console.
Does it require any runtime dependencies?
Yes, it requires Python with uv and the Google Calendar API client libraries (installed via the editable install). A .env file with environment variables is also needed.
Can it be used with any LLM platform?
The README does not specify platform compatibility beyond being an MCP server. It is designed for LLM applications that support the Model Context Protocol.
「生産性」の他のコンテンツ
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS

Time
modelcontextprotocolModel Context Protocol Servers
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
コメント