Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MS365_MCP_CLIENT_ID | No | Azure AD app client ID (optional) | |
| MS365_MCP_TENANT_ID | No | Azure AD tenant ID (default: common) | common |
| MS365_MCP_CLIENT_SECRET | No | Client secret for confidential apps |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login | Authenticate with Microsoft using device code flow |
| logout | Log out from Microsoft account |
| verify-login | Check current Microsoft authentication status |
| list-accounts | List all available Microsoft accounts |
| select-account | Select a specific Microsoft account to use |
| remove-account | Remove a Microsoft account from the cache |
| graph-request | Execute a raw Microsoft Graph API request. Supports any Graph API endpoint. Can target specific account without switching. Documentation:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |