mcp-ical

A Model Context Protocol Server that allows you to interact with your MacOS Calendar through natural language.

GitHub Stars

173

User Rating

Not Rated

Favorites

0

Views

84

Forks

42

Issues

12

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.12 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/Omar-V2/mcp-ical.git
cd mcp-ical

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Calendar not displaying Solution: Check macOS calendar settings.

Additional Resources