MCP Calendar

MCP Calendar

MCP Google Calendar Server with python

tobedoit

Cloud Storage
Visit Server

README

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 데스크톱 앱

설정방법

  1. Google Cloud 콘솔에서 프로젝트 및 OAuth 2.0 클라이언트 ID 생성:
  • Google Cloud Console에서 새 프로젝트 생성
  • API 및 서비스 > 사용자 인증 정보에서 OAuth 2.0 클라이언트 ID 생성
  • Calendar API 활성화
  1. 환경 변수 설정:
GOOGLE_CLIENT_ID="your_client_id"
GOOGLE_CLIENT_SECRET="your_client_secret"
GOOGLE_REFRESH_TOKEN="your_refresh_token"
  1. 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 라이선스 하에 배포됩니다.

Recommended Servers

Filesystem MCP Server

Filesystem MCP Server

A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.

Local
TypeScript
Google Drive MCP Server

Google Drive MCP Server

Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.

Local
TypeScript
MCP TODO Checklist Server

MCP TODO Checklist Server

A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

Local
TypeScript
mcp-gsuite

mcp-gsuite

MCP server to interact with Google produts.

Local
Python
AWS MCP Server

AWS MCP Server

A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.

Local
Python
Google Drive MCP Server

Google Drive MCP Server

Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.

Local
JavaScript
Firebase MCP Server

Firebase MCP Server

A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.

TypeScript
mcp-any-openapi

mcp-any-openapi

A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.

Python
MCP Server for Apache OpenDAL™

MCP Server for Apache OpenDAL™

A Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.

Python
MCP Media Generator

MCP Media Generator

A Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.

Python