🌟 Google Calendar MCP Server 🌟
@Zawad99
🌟 Google Calendar MCP Server 🌟 について
MCP server for Google Calendar integration with AI assistants
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"google-calendar-mcp-server-zawad99": {
"command": "docker",
"args": [
"build",
"-t",
"google-calendar-mcp-server",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Google Calendar MCP Server?
Google Calendar MCP Server integrates Google Calendar with AI assistants, enabling seamless scheduling and event management. It is built with Node.js, uses OAuth2 authentication, and supports Docker deployment. It is designed for developers and users who want to connect Google Calendar to AI-powered assistants.
How to use Google Calendar MCP Server?
Clone the repository, install dependencies with npm install, set up a .env file with your Google Calendar API credentials (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, REDIRECT_URI), then run npm start or use Docker (docker build and docker run). Access the server at http://localhost:3000, authorize via OAuth2, and manage events through the AI assistant.
Key features of Google Calendar MCP Server
- Connect AI assistants with Google Calendar
- OAuth2 secure authentication
- Docker support for easy deployment
- Node.js backend for efficient performance
- REST API endpoints for event management
Use cases of Google Calendar MCP Server
- An AI assistant schedules meetings on your Google Calendar
- Automatically create events from natural language commands
- Retrieve and list upcoming events programmatically
- Delete events via AI-powered requests
FAQ from Google Calendar MCP Server
What does Google Calendar MCP Server do?
It connects AI assistants to Google Calendar, allowing you to create, list, and delete events using natural language or API calls.
What are the prerequisites to run the server?
You need Node.js (v14+), Docker (latest), and a Google account with OAuth2 credentials from the Google Developer Console.
How do I set up authentication?
Enable the Google Calendar API in the Google Developer Console, create OAuth 2.0 credentials, and add your redirect URI (default http://localhost:3000/auth/google/callback). Set the credentials in the .env file.
What API endpoints are available?
Key endpoints include GET /events (list events), POST /events (create an event), and DELETE /events/:id (delete an event).
Can I deploy the server using Docker?
Yes. Build the image with docker build -t google-calendar-mcp-server . and run the container with docker run -p 3000:3000 google-calendar-mcp-server.
「生産性」の他のコンテンツ
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.
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
コメント