Microsoft 365 MCP Server
ms-365-mcp-server
Microsoft 365 MCP Server
Ein Model Context Protocol (MCP)-Server für die Interaktion mit Microsoft 365-Diensten über die Graph-API.
Voraussetzungen
Node.js >= 14
Related MCP server: Microsoft Graph MCP Server
Merkmale
Authentifizierung über Microsoft Authentication Library (MSAL)
Excel-Dateivorgänge
Kalenderereignisverwaltung
Mail-Operationen
OneDrive-Dateiverwaltung
OneNote-Notizbücher und -Seiten
Aufgaben und Aufgabenlisten
Planerpläne und Aufgaben
Outlook-Kontakte
Benutzerverwaltung
Dynamische Tools basierend auf der Microsoft Graph OpenAPI-Spezifikation
Basierend auf dem Model Context Protocol
Schnellstartbeispiel
Testanmeldung in Claude Desktop:
Beispiele
Integration
Claude Desktop
So fügen Sie diesen MCP-Server zu Claude Desktop hinzu:
Bearbeiten Sie die Konfigurationsdatei unter Einstellungen > Entwickler:
{
"mcpServers": {
"ms365": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}Claude Code CLI
claude mcp add ms365 -- npx -y @softeria/ms-365-mcp-serverInformationen zur richtigen Integrationsmethode für andere Schnittstellen, die MCPs unterstützen, finden Sie in der jeweiligen Dokumentation.
Authentifizierung
⚠️ Sie müssen sich authentifizieren, bevor Sie Tools verwenden.
MCP-Client-Anmeldung :
Rufen Sie das
login-Tool auf (überprüft automatisch, ob ein vorhandener Token vorhanden ist)Falls erforderlich, URL+Code abrufen und im Browser aufrufen
Verwenden Sie das Tool
verify-loginzur Bestätigung
Optionale CLI-Anmeldung :
npx @softeria/ms-365-mcp-server --loginFolgen Sie der URL und der Code-Eingabeaufforderung im Terminal.
Token werden sicher in Ihrem OS-Anmeldeinformationsspeicher zwischengespeichert (Fallback auf Datei).
Lizenz
MIT © 2025 Softeria
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
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides AI assistants with access to Microsoft Teams, enabling interaction with teams, channels, chats, and organizational data through Microsoft Graph APIs.19664124MIT
- Alicense-qualityDmaintenanceA comprehensive server that enables AI applications to interact with Microsoft 365 and Azure AD services through standardized Model Context Protocol interfaces.3MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that connects AI assistants to SharePoint via Microsoft Graph API, enabling natural language queries for documents, lists, and site management.79
- Alicense-qualityBmaintenanceModel Context Protocol servers for Microsoft 365, enabling AI assistants to interact with Calendar, Contacts, OneDrive, Outlook, and SharePoint via the Microsoft Graph API.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Official Microsoft MCP Server to query Microsoft Entra data using natural language
A Model Context Protocol server for Wix AI tools
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/Softeria/ms-365-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server