Microsoft 365 Calendar runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 13 Sep 2026.
Microsoft 365 Outlook calendar via Graph: list, get, create, update, respond, free/busy.
Today is the operative word: we check Microsoft 365 Calendar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-microsoft-calendar -- npx -y @mindstone/mcp-server-microsoft-calendar
{
"mcpServers": {
"mcp-server-microsoft-calendar": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-calendar"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-microsoft-calendar]
command = "npx"
args = ["-y", "@mindstone/mcp-server-microsoft-calendar"]
{
"mcpServers": {
"mcp-server-microsoft-calendar": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-calendar"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-microsoft-calendar": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-calendar"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MS_CLIENT_ID (Microsoft Entra (Azure AD) application client ID), MS_CONFIG_DIR (Path to the per-user Microsoft config directory (credentials/, accounts.json)), MS_ACCOUNT_EMAIL (Account email when running in multi-account per-instance mode (falls back to the first account in accounts.json)), MS_MCP_PACKAGE_ID (Logical package ID surfaced in error responses), MICROSOFT_REQUEST_TIMEOUT_MS (Override the upstream Microsoft Graph request timeout in milliseconds (max 300000 = 5 min)).
The author declared them in the registry entry; get the values from the project itself.
Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.
Microsoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete.
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.
Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).
Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.
Answers built from our own checks of this server.