mcp_m365_personal_assistant

josephstreeter/mcp_m365_personal_assistant
★ 0 stars Python Code/Dev Tools Updated today
A Microsoft 365 MCP server that interacts with graph endpoints for the user signed in.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_m365_personal_as": {
      "command": "uvx",
      "args": [
        "mcp-m365-personal-assistant"
      ]
    }
  }
}

Or install with pip: pip install mcp-m365-personal-assistant

README Excerpt

Standalone MCP server for Microsoft 365 productivity tools. This folder is repository-ready and can be moved directly into its own Git repository. 1. Create local environment variables: ```bash cp .env.example .env ``` 2. Install dependencies with uv: ```bash uv sync ``` Alternative with pip: ```bash

Tools (5)

get_contactsget_relevant_peopleget_teams_and_channelsget_user_presenceget_user_profile