Outlook_Calendar_MCP

A Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).

GitHub Stars

28

User Rating

Not Rated

Favorites

0

Views

27

Forks

8

Issues

9

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

bash
npm install -g outlook-calendar-mcp
You can also run it directly without installation using npx:
bash
npx outlook-calendar-mcp
1Clone this repository or download the source code
2Install dependencies:
bash
npm install
3Run the server:
bash
npm start

Additional Resources