Enables AI-powered calendar management including creating and updating events, checking availability, finding free time slots, and generating meeting time suggestions via the Google Calendar API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Calendar AssistantSchedule a 30-minute sync with the design team for Friday morning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Calendar Assistant
A powerful Model Context Protocol (MCP) server that provides intelligent calendar and task management capabilities. This server allows AI assistants to interact with your calendar through natural language, handling everything from simple event creation to complex scheduling analysis.
š Features
Core Calendar Operations
Multi-Calendar Support: Google Calendar (with Outlook/Apple Calendar planned)
Event Management: Create, read, update, delete calendar events
Smart Scheduling: Find free time slots across multiple calendars
Availability Checking: Check if people are available for meetings
Meeting Suggestions: AI-powered optimal meeting time recommendations
Task & Reminder Management
Smart Reminders: Create and manage tasks with priorities and due dates
Natural Language: Process tasks from unstructured text input
Analytics: Track completion rates and productivity patterns
Intelligence Features
Schedule Analysis: Understand your scheduling patterns and habits
Contact Suggestions: Auto-suggest frequent collaborators
Similar Events: Find related events for context
Working Hours: Respect user preferences and constraints
Performance & Reliability
Intelligent Caching: Redis-powered caching with configurable TTLs
Batch Operations: Efficient bulk calendar operations
Error Handling: Robust error recovery and retry mechanisms
Rate Limiting: Built-in protection against API abuse
šļø Architecture
š Quick Start
Prerequisites
Node.js 18+
PostgreSQL 12+
Redis 6+ (optional but recommended)
Google Cloud Project with Calendar API enabled
1. Clone and Install
2. Environment Setup
3. Google Calendar Setup
Go to Google Cloud Console
Create a new project or select existing
Enable the Google Calendar API
Create OAuth 2.0 credentials
Add your credentials to
.env
4. Database Setup
5. Build and Start
š§ Configuration
Environment Variables
Variable | Description | Default |
| PostgreSQL connection string |
|
| Redis connection string |
|
| Google OAuth client ID | Required |
| Google OAuth client secret | Required |
| Secret for JWT tokens | Required |
Feature Flags
š Available Tools
Calendar Operations
get_calendars- List available calendarsget_calendar_events- Retrieve events from a calendarcreate_calendar_event- Create new eventsupdate_calendar_event- Modify existing eventsdelete_calendar_event- Remove eventsfind_free_time- Find available time slotscheck_availability- Check if people are freesuggest_meeting_times- AI-powered meeting suggestions
Task Management
create_reminder- Create tasks and remindersget_reminders- Retrieve tasks with filteringupdate_reminder- Modify existing taskscomplete_reminder- Mark tasks as completed
Analytics & Insights
analyze_schedule_patterns- Understand scheduling habitsget_working_hours- Retrieve work schedule preferencesget_recent_similar_events- Find related eventsget_contact_suggestions- Auto-suggest contacts
š¬ Usage Examples
Creating Events
Finding Free Time
Task Management
š MCP Integration
With Claude Desktop
Add to your claude_desktop_config.json:
With Custom Applications
š³ Docker Deployment
Using Docker Compose
Production Deployment
š Security
Authentication
JWT-based session management
OAuth 2.0 with Google Calendar
Secure token refresh handling
Session cleanup and expiration
Data Protection
Environment variable encryption
Database connection encryption
API rate limiting
Input validation and sanitization
Best Practices
Non-root container execution
Minimal attack surface
Regular security updates
Audit logging
š Monitoring
Health Checks
Logging
Structured JSON logging with configurable levels:
Error tracking and alerting
Performance metrics
Security event logging
Debug information for development
š¤ Contributing
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
Development Setup
šŗļø Roadmap
Phase 1 (Current)
ā Google Calendar integration
ā Basic CRUD operations
ā Free time finding
ā Task management
ā Caching layer
Phase 2 (In Progress)
š Outlook Calendar integration
š Advanced scheduling algorithms
š Natural language time parsing
š Webhook support for real-time updates
Phase 3 (Planned)
š Apple Calendar integration
š CalDAV support
š Meeting room booking
š Travel time integration
š Smart conflict resolution
Phase 4 (Future)
š® Machine learning insights
š® Predictive scheduling
š® Integration with other productivity tools
š® Mobile app companion
š License
This project is licensed under the MIT License - see the LICENSE file for details.
š Acknowledgments
Model Context Protocol by Anthropic
PostgreSQL for reliable data storage
Redis for high-performance caching
š Support
š§ Email: support@example.com
š¬ Discord: Join our community
š Documentation: docs.example.com
š Issues: GitHub Issues
Made with ā¤ļø for the MCP community