mcpbeat Sign in

Ms Calendar MCP Server

local only

Ms Calendar MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 8 Jun 2026.

Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.

Installs per day peak 12 · avg 5 · +2% w/w
a month agotoday
54
Installs / week
npm · ms-calendar-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ms Calendar MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ms-calendar-mcp -- npx -y ms-calendar-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ms-calendar-mcp": {
      "args": [
        "-y",
        "ms-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ms-calendar-mcp]
command = "npx"
args = ["-y", "ms-calendar-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ms-calendar-mcp": {
      "args": [
        "-y",
        "ms-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ms-calendar-mcp": {
      "args": [
        "-y",
        "ms-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MICROSOFT_CLIENT_ID (Entra ID application (client) ID for the public client app used to sign in. Run `npx -y ms-calendar-mcp login` once to cache a refresh token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ms Calendar MCP

same job, measured the same way
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
MSGraph MCP
by timfurlong

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

139 installs/wk local only
Outlook Personal MCP
by salahawad

Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).

88 installs/wk local only
Outlook Assistant
by littlebearapps

Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.

495 installs/wk local only
Outlook Mac MCP
by valter-araujo

MCP server for Outlook personal accounts (Hotmail/Outlook.com) via Microsoft Graph API

local only
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

45 installs/wk local only
Ms Graph MCP
by nitin27may

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

171 installs/wk local only
Microsoft 365 Calendar
by mindstone

Microsoft 365 Outlook calendar via Graph: list, get, create, update, respond, free/busy.

75 installs/wk local only

Ms Calendar MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ms Calendar MCP?
Ms Calendar MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ms-calendar-mcp was installed 54 times last week.
How do I connect Ms Calendar MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ms-calendar-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ms Calendar MCP?
The npm package ms-calendar-mcp was installed 54 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ms Calendar MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.