Skip to Content
직원 온보딩Microsoft 365 connector

Microsoft 365 connector

AI 요청 프롬프트

https://docs.axelabs.ai/onboard/m365-connector 따라 본인 claude.ai 에 Microsoft 365 connector 추가해줘. 진행: 1. 본인 claude.ai 회사 이메일 (`@axellc.com` 또는 customer 도메인) 로그인 확인 2. 페이지 "Frame connector 와 무관" 표 따라 별도 인증 컨텍스트 인식 (M365 토큰 ≠ Frame 토큰, Anthropic 운영) 3. 페이지의 설정 5 step (claude.ai/customize/connectors → Microsoft 365 찾기 → Connect → Microsoft 로그인 → 권한 5종 동의) 매 step 결과 받고 다음 4. 함정 — 회사 IT 가 외부 OAuth app consent 차단 시 admin consent 요청 (요청 권한 5종 = User.Read · Mail.Read · Files.Read.All · Sites.Read.All · ChannelMessage.Read.All) 5. "Connected" 상태 확인 + 페이지 "사용" 예시 1개 (지난주 메일 검색 등) 으로 토큰 동작 검증

본인 AI session = Claude Code / Cursor / ChatGPT 데스크탑 / Claude.app / 기타.

페이지 본문 = 사람이 직접 read 도 가능, AI 도 참고. AI 가 본 페이지 fetch 후 위 진행 순서대로 사용자와 step-by-step interactive 풀어나감.

Anthropic 이 제공하는 공식 connector. 회사 이메일·OneDrive·Teams 메시지·SharePoint 파일에 Claude 가 read-only 로 접근.

Frame connector 와 무관

M365 connector 는 Anthropic 이 운영합니다. Frame connector 와 별도 인증 합니다. 두 connector 의 토큰은 서로 공유되지 않습니다.

connector운영자데이터
FrameAXE Labs (본인 회사 macmini)회계
M365AnthropicOneDrive · Outlook · Teams · SharePoint

설정 (2분)

  1. claude.ai/customize/connectors Microsoft 365 connector 찾기 (Anthropic 공식 목록)
  2. Connect 클릭
  3. Microsoft 로그인 (회사 이메일)
  4. 권한 동의:
    • User.Read
    • Mail.Read
    • Files.Read.All
    • Sites.Read.All
    • ChannelMessage.Read.All (Teams)
  5. 자동 복귀, “Connected” 상태

사용

지난주 [email protected] 한테 온 메일 중 'invoice' 키워드 있는 것 요약 → Microsoft 365:search_emails 호출
Finance OneDrive 폴더 의 2026-05 파일 목록 → Microsoft 365:list_files 호출
Teams '회계' 채널 의 최근 5일 메시지 보여줘 → Microsoft 365:list_channel_messages 호출

Frame 과 조합 활용

OneDrive Finance/2026-05 폴더의 carddata.xlsx 를 frame axec 에 ingest 해줘 → 1. Microsoft 365:download_file (read) → 2. Frame:ingest_file_blob (write to axec)

이렇게 두 connector 가 협업.

보안

  • M365 connector 는 read-only — Claude 가 OneDrive 의 파일을 수정/삭제할 수 없음. (read 만)
  • 토큰은 Anthropic 백엔드에 암호화 저장. 직원이 직접 볼 수 없음.
  • 직원이 access 권한 가진 파일만 Claude 가 봄 — 권한 자체는 회사 Microsoft 365 의 권한 그대로.

관련

Last updated on