MCP.so
Sign In

Outlook Calendar MCP Tool

@merajmehrabi

About Outlook Calendar MCP Tool

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

Basic information

Category

Productivity

License

MIT

Runtime

vbscript

Transports

stdio

Publisher

merajmehrabi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Outlook_Calendar_MCP": {
      "command": "npx",
      "args": [
        "outlook-calendar-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Outlook Calendar MCP Tool?

It is an MCP server that lets Claude access and manage your local Microsoft Outlook calendar on Windows. It provides tools to view, create, update events, and find free time slots.

How to use Outlook Calendar MCP Tool?

Install via npm install -g outlook-calendar-mcp or use npx outlook-calendar-mcp. Configure the server in your MCP settings for Claude Desktop or VSCode extension. Then Claude can invoke tools like list_events, create_event, find_free_slots, etc.

Key features of Outlook Calendar MCP Tool?

  • View calendar events within a date range
  • Create new events and meetings
  • Update existing events
  • Find free time slots for scheduling
  • Check attendee status on meetings
  • Support multiple calendars in your Outlook profile

Use cases of Outlook Calendar MCP Tool?

  • Ask Claude to show your schedule for next week
  • Create a meeting with attendees using natural language
  • Find available time slots for a 1‑hour meeting
  • Update or reschedule existing events
  • Check who has not responded to a meeting invitation

FAQ from Outlook Calendar MCP Tool

What are the system requirements?

Windows OS, Microsoft Outlook desktop client, VBScript (on Windows 11 24H2+ must be installed as optional feature), Node.js 14+.

Does it send my calendar data to external servers?

No, all operations are performed locally on your computer using your local Outlook client.

How do I configure it for Claude?

Add the server to your MCP settings JSON file for Claude Desktop or VSCode extension with the appropriate command (outlook-calendar-mcp or `npx -y outlook

Comments

More Productivity MCP servers