Microsoft Events MCP Server
Related Servers
Alternatives to Microsoft Events MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables 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.-
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Microsoft 365 services (users, mail, calendar, files) via Microsoft Graph API.46 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search for speakers and talks by date using the Sessionize API.-
- AlicenseAqualityBmaintenanceEnables creating and managing events on RealEvents, including listing public events, registering attendees, and updating event details, all from MCP-compatible AI assistants.671 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Outlook calendars and emails through the Microsoft Graph API, supporting calendar events, email operations, and selective tool control.23 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Microsoft Graph API services including Outlook email, Calendar events, OneDrive files, and Contacts. Supports multiple Microsoft accounts with unified search across all services.-
TDQS
Scored across 4 tools
Each tool has a clear, distinct purpose: search_events finds events, get_event_details retrieves a single event, list_filters provides valid filter values, and get_event_stats returns aggregate counts. There is no overlap or ambiguity between them.
All tools follow a consistent verb_noun pattern with lowercase and underscores: search_events, get_event_details, list_filters, get_event_stats. The naming is uniform and predictable.
With 4 tools, the server is well-scoped for a read-only Microsoft Events API. Each tool serves a necessary function without bloat or redundancy, fitting comfortably within the ideal 3-15 range.
The tool set covers the essential read operations: searching with rich filters, retrieving event details, discovering valid filters, and obtaining statistics. For a read-only events server, there are no obvious gaps or dead ends.