- Explore MCP Servers
- gCalendar-mcp-python
Gcalendar Mcp Python
What is Gcalendar Mcp Python
gCalendar-mcp-python is a tool for creating Google Calendar events using the MCP (Model Context Protocol) server with Python.
Use cases
Use cases include adding team meeting schedules, setting reminders for events, and managing personal appointments through voice commands or text inputs in the Claude desktop app.
How to use
To use gCalendar-mcp-python, install it via pip with the command ‘pip install mcp-calendar-python’. Set up the necessary OAuth 2.0 credentials in the Google Cloud Console, configure environment variables, and use the Claude desktop app to send requests for creating events.
Key features
Key features include secure Google Calendar API authentication via OAuth2, event creation, modification, and verification capabilities, and integration with the Claude desktop application.
Where to use
gCalendar-mcp-python can be used in various fields that require scheduling and event management, such as personal productivity tools, team collaboration applications, and organizational event planning.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Gcalendar Mcp Python
gCalendar-mcp-python is a tool for creating Google Calendar events using the MCP (Model Context Protocol) server with Python.
Use cases
Use cases include adding team meeting schedules, setting reminders for events, and managing personal appointments through voice commands or text inputs in the Claude desktop app.
How to use
To use gCalendar-mcp-python, install it via pip with the command ‘pip install mcp-calendar-python’. Set up the necessary OAuth 2.0 credentials in the Google Cloud Console, configure environment variables, and use the Claude desktop app to send requests for creating events.
Key features
Key features include secure Google Calendar API authentication via OAuth2, event creation, modification, and verification capabilities, and integration with the Claude desktop application.
Where to use
gCalendar-mcp-python can be used in various fields that require scheduling and event management, such as personal productivity tools, team collaboration applications, and organizational event planning.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Calendar
MCP(Model Context Protocol) 서버를 이용한 Google Calendar 이벤트 생성 도구입니다.
설치 방법
pip install mcp-calendar-python
기능
- Claude 데스크톱 앱에서 MCP 서버를 통해 Google Calendar 이벤트를 생성할 수 있습니다
- OAuth2를 통한 안전한 Google Calendar API 인증
- 이벤트 생성, 수정, 확인 기능 지원
시작하기
필수 요구사항
- Python 3.10 이상
- Google Cloud Console에서 생성한 OAuth 2.0 클라이언트 ID와 시크릿
- Claude 데스크톱 앱
설정방법
- Google Cloud 콘솔에서 프로젝트 및 OAuth 2.0 클라이언트 ID 생성:
- Google Cloud Console에서 새 프로젝트 생성
- API 및 서비스 > 사용자 인증 정보에서 OAuth 2.0 클라이언트 ID 생성
- Calendar API 활성화
- 환경 변수 설정:
GOOGLE_CLIENT_ID="your_client_id" GOOGLE_CLIENT_SECRET="your_client_secret" GOOGLE_REFRESH_TOKEN="your_refresh_token"
- Claude 데스크톱 앱에서 다음 설정 사용:
{
"mcp-calendar-python": {
"command": "uvx",
"args": [
"mcp-calendar-python"
],
"env": {
"GOOGLE_CLIENT_ID": "your_client_id",
"GOOGLE_CLIENT_SECRET": "your_client_secret",
"GOOGLE_REFRESH_TOKEN": "your_refresh_token"
}
}
}
사용방법
Claude에게 다음과 같이 요청할 수 있습니다:
- “내일 오후 2시에 팀 미팅 일정을 추가해줘”
- “5월 15일 점심시간에 미팅 일정을 추가해줘”
라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










