google-calendar-mcp

google-calendar-mcp

284

The Google Calendar MCP Server is a protocol server that facilitates integration with Google Calendar for advanced event management using standardized interfaces. It features dynamic event operations including automated scheduling from images and robust calendar analysis tools. This project emphasizes seamless calendar data interaction via OAuth authentication.

npm run build

Compile TypeScript code

npm run typecheck

Run TypeScript type check

npm run start

Start the compiled server

npm run dev

Start the server in development mode (listen to changes in real time)

npm run auth

Start Google OAuth authentication server manually

npm test

Running unit/integration test

npm run test:watch

Run the test in listening mode

npm run coverage

Generate test coverage report