mcp-outlook-calendar
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-outlook-calendarlist my events for tomorrow"
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-outlook-calendar
MCP Server for Microsoft Outlook Calendar and To Do via Microsoft Graph API.
0. 自用迁移笔记
git clone https://github.com/Cloud-li1/mcp-outlook-calendar.git
cd mcp-outlook-calendar
cp .env.example .env
# 编辑 .env,填入 OUTLOOK_CLIENT_ID(Azure 应用注册里拿)
pip install -e .
python3 src/server.py # 首次运行完成 device code 认证,之后 token 自动缓存Azure 应用注册 → 身份验证 → 允许公共客户端流 → 是 API 权限:Calendars.ReadWrite + Tasks.ReadWrite(委托) 如换机器,
~/.cache/mcp-outlook-calendar/token_cache.bin需重新认证
Related MCP server: MCP Outlook Server
Prerequisites
Register an app at Azure Portal
Supported account types: "Accounts in any organizational directory and personal Microsoft accounts"
Redirect URI:
https://login.microsoftonline.com/common/oauth2/nativeclientAPI Permissions → Add
Calendars.ReadWriteandTasks.ReadWrite(both delegated)
Copy the Application (client) ID
Setup
cp .env.example .env
# Edit .env: paste your OUTLOOK_CLIENT_ID
pip install -e .Usage
python3 src/server.pyOn first run, the server prints a device code URL and code to stderr.
Open the URL, enter the code, sign in with your Microsoft account.
The token is cached at ~/.cache/mcp-outlook-calendar/token_cache.bin and auto-refreshes.
Migration to any MCP-compatible AI tool
Copy the "outlook-calendar" block from opencode-mcp.json into your tool's MCP config file,
adjusting "cwd" to where you placed this project.
Available Tools
Tool | Description |
| List all user calendars |
| List events in a date range |
| Create a calendar event (with optional attendees, online meeting, reminders) |
| Update an existing event |
| Delete an event |
| Get full details of a single event |
| List all To Do task lists |
| List tasks, optionally filtered by status |
| Create a task (with due date, importance, reminder) |
| Update task fields (including marking complete) |
| Delete a task |
| Get full details of a single task |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI assistants to manage Microsoft 365 and Outlook calendars through the Microsoft Graph API. It supports comprehensive event operations including listing, creating, and updating meetings, as well as finding available slots across multiple attendees.Last updated
- Flicense-qualityDmaintenanceEnables AI agents to interact with Microsoft Outlook via the Microsoft Graph API for managing emails and calendar events. It allows users to read and send emails, list messages, and create calendar appointments with automatic Teams links.Last updated1
- Alicense-qualityDmaintenanceEnables interaction with Microsoft Outlook through a unified API, supporting tools for email, calendar, and contacts management via natural language.Last updatedMIT
- AlicenseBqualityBmaintenanceEnables AI assistants to manage Microsoft Outlook email and calendar through the Microsoft Graph API, including reading, sending, searching emails, and handling calendar events.Last updated4318124MIT
Related MCP Connectors
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Schedule and manage Google Calendar events directly from your workspace. Check availability, view…
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cloud-li1/mcp-outlook-calendar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server