Skip to main content
Glama

Microsoft 365 MCP Server

by Softeria

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

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:

Anmeldebeispiel

Beispiele

Bild

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-server

Informationen 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.

  1. 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-login zur Bestätigung
  2. Optionale CLI-Anmeldung :
    npx @softeria/ms-365-mcp-server --login
    Folgen Sie der URL und der Code-Eingabeaufforderung im Terminal.

Token werden sicher in Ihrem OS-Anmeldeinformationsspeicher zwischengespeichert (Fallback auf Datei).

Lizenz

MIT © 2025 Softeria

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Ein Model Context Protocol-Server, der die Interaktion mit Microsoft 365-Diensten (Excel, Kalender, Mail, OneDrive, Teams usw.) über die Graph-API ermöglicht, sodass KI-Assistenten Microsoft 365-Ressourcen über natürliche Sprache verwalten können.

  1. Voraussetzungen
    1. Merkmale
      1. Schnellstartbeispiel
        1. Beispiele
          1. Integration
            1. Claude Desktop
            2. Claude Code CLI
            3. Authentifizierung
          2. Lizenz

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables interaction with Microsoft Dynamics 365 CRM from Claude Desktop, allowing users to retrieve, create, and update CRM data through natural language.
              Last updated -
              5
              11
              TypeScript
              MIT License
            • -
              security
              -
              license
              -
              quality
              A Model Context Protocol server that connects to Microsoft Graph API, allowing AI assistants to query and access data from Microsoft Entra ID (formerly Azure Active Directory).
              Last updated -
              1
              Python
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that bridges Microsoft Teams and MCP-compatible clients, enabling chat integration, message handling, and advanced search capabilities without REST API endpoints.
              Last updated -
              1
              Python
            • A
              security
              A
              license
              A
              quality
              A 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.
              Last updated -
              19
              468
              7
              TypeScript
              MIT License

            View all related MCP servers

            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