Skip to main content
Glama

Microsoft Teams MCP Server

by therealjohn

microsoft-teams-mcp MCP 서버

Microsoft Teams 채팅 알림 도구가 포함된 MCP 서버입니다.

[!경고]
이는 참고용으로 제공되며 VS Code 외의 MCP 클라이언트에서는 테스트되지 않았습니다.

구성 요소

도구

서버는 하나의 도구를 구현합니다.

  • send-notification: Microsoft Teams에 알림 메시지를 보냅니다.
    • 필수 문자열 인수로 "메시지"와 "프로젝트"를 사용합니다.
    • 메시지에 대한 마크다운 서식을 지원합니다.
    • Azure AD 인증을 사용하여 Teams와 안전하게 통신합니다.

구성

알림을 위해 Microsoft Teams 봇이 필요합니다. Teams Toolkit 으로 만든 예시 알림 봇을 사용해 보세요.

서버에는 다음 환경 변수를 설정해야 합니다.

  • BOT_ENDPOINT : Microsoft Teams 봇의 URL 엔드포인트
  • MICROSOFT_APP_ID : Azure AD 앱 등록의 애플리케이션(클라이언트) ID
  • MICROSOFT_APP_PASSWORD : Azure AD 앱 등록의 클라이언트 비밀번호
  • MICROSOFT_APP_TENANT_ID : Azure AD 테넌트 ID
  • EMAIL : 알림을 받는 사용자의 이메일 주소

프로젝트 루트 디렉토리의 .env 파일에서 이를 설정할 수 있습니다.

빠른 시작

설치하다

VS 코드

이는 VS Code의 MCP 지원을 사용하여 테스트되었으며, 이 기능을 만들 당시에는 VS Code Insider에서만 사용할 수 있었습니다.

VS Code Insiders 설정(JSON)에 이것을 추가하세요.

지엑스피1

개발

건물

배포를 위해 패키지를 준비하려면:

  1. 종속성 동기화 및 잠금 파일 업데이트:
uv sync
  1. 패키지 배포 빌드:
uv build
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

간단한 도구 인터페이스를 통해 Markdown 형식의 알림을 Microsoft Teams 채널로 보낼 수 있는 MCP 서버입니다.

  1. 구성 요소
    1. 도구
  2. 구성
    1. 빠른 시작
      1. 설치하다
    2. 개발
      1. 건물

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
      Last updated -
      1
      16
      JavaScript
    • -
      security
      A
      license
      -
      quality
      MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot
      Last updated -
      22
      2
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.
      Last updated -
      35
      53
      6
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)
      Last updated -
      6
      239
      Python
      Apache 2.0
      • Linux
      • Apple

    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/therealjohn/microsoft-teams-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server