ms-365-mcp-server

ms-365-mcp-server

51

The ms-365-mcp-server is a Model Context Protocol server that facilitates interaction with Microsoft 365 services using the Graph API. It supports various features like authentication, file operations, calendar management, and more for seamless integration with Microsoft 365 applications.

What is the minimum Node.js version required?

The minimum Node.js version required is 14.

How do I authenticate with the server?

You can authenticate using the MCP client login tool or via the CLI using the --login option.

Can I run the server in read-only mode?

Yes, you can start the server in read-only mode using the --read-only option or by setting the READ_ONLY environment variable.

Where are the authentication tokens stored?

Tokens are cached securely in your OS credential store, with a fallback to file storage.

What license is the server distributed under?

The server is distributed under the MIT license.