Skip to main content
Glama

MCP Microsoft Teams Server

by InditexTech
Apache 2.0
232
  • Linux
  • Apple

GitHub 라이센스GitHub 릴리스

MCP 팀 서버

Microsoft Teams 통합을 위한 MCP( 모델 컨텍스트 프로토콜 ) 서버 구현으로, 메시지 읽기, 메시지 작성, 메시지에 답장, 멤버 언급 등의 기능을 제공합니다.

특징

https://github.com/user-attachments/assets/548a9768-1119-4a2d-bd5c-6b41069fc522

  • 제목과 내용으로 채널에서 스레드를 시작하고 사용자를 언급합니다.
  • 기존 스레드를 메시지 답글로 업데이트하고 사용자를 언급합니다.
  • 스레드 답글 읽기
  • 채널 팀원 목록
  • 채널 메시지 읽기

필수 조건

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 가상 환경을 만들고 종속성을 설치합니다.
uv venv uv sync --frozen --all-extras --dev

팀 구성

Microsoft Teams 및 필요한 Azure 리소스를 구성하는 데 도움이 되는 이 문서를 읽어보세요. 단계별 가이드는 아니지만 필요한 사항을 파악하는 데 도움이 될 수 있습니다.

용법

셸이나 .env 파일에서 다음 환경 변수를 설정하세요. 샘플 파일을 템플릿으로 사용할 수 있습니다.

열쇠설명
팀 앱 IDMS Entra ID 애플리케이션 ID에 대한 UUID
팀 앱 비밀번호클라이언트 비밀번호
팀 앱 유형SingleTenant 또는 MultiTenant
팀 앱 테넌트 IDSingleTenant의 경우 테넌트 UUID
팀 IDMS Teams 그룹 ID 또는 팀 ID
팀 채널 IDURL 이스케이프 문자가 포함된 MS Teams 채널 ID

서버를 시작합니다:

uv run mcp-teams-server

개발

통합 테스트를 위해서는 다음과 같은 환경 변수를 설정해야 합니다.

열쇠설명
테스트_스레드_ID스레드 ID의 타임스탬프
테스트_메시지_ID메시지 ID의 타임스탬프
테스트_사용자_이름테스트 사용자 이름
uv run pytest -m integration

미리 빌드된 도커 이미지

ghcr.io에 미리 빌드된 이미지 가 호스팅되어 있습니다. 다음 명령을 실행하여 이 이미지를 설치할 수 있습니다.

docker pull ghcr.io/inditextech/mcp-teams-server:latest

도커 이미지 빌드

MCP 서버를 실행하기 위한 Docker 이미지가 있습니다. 다음 명령어로 빌드할 수 있습니다.

docker build . -t inditextech/mcp-teams-server

도커 이미지 실행

기본 실행 구성:

docker run -it inditextech/mcp-teams-server

.env 파일에서 환경 변수로 실행:

docker run --env-file .env -it inditextech/mcp-teams-server

MCP Teams 서버를 사용하도록 LLM 설정

다음 문서 의 지침을 따르세요.

변경 사항

변경 사항 및 버전 기록 목록은 CHANGELOG.md를 참조하세요.

기여하다

행동 강령과 풀 리퀘스트 제출 프로세스에 대한 자세한 내용은 CONTRIBUTING.md를 읽어보세요.

보안

보안 문제에 대해서는 보안 정책을 참조하세요.

특허

이 프로젝트는 Apache-2.0 파일에 따라 라이선스가 부여되었습니다. 자세한 내용은 여기에서 확인하세요.

© 2025 INDUSTRIA DE DISEÑO TEXTIL SA(INDITEX SA)

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Microsoft Teams 메시징(읽기, 게시, 언급, 멤버 및 스레드 목록)을 통합하는 MCP 서버

  1. 특징
    1. 필수 조건
      1. 설치
        1. 팀 구성
          1. 용법
            1. 개발
              1. 미리 빌드된 도커 이미지
              2. 도커 이미지 빌드
              3. 도커 이미지 실행
              4. MCP Teams 서버를 사용하도록 LLM 설정
            2. 변경 사항
              1. 기여하다
                1. 보안
                  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
                    • 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
                      50
                      4
                      TypeScript
                      MIT License
                    • -
                      security
                      F
                      license
                      -
                      quality
                      An MCP server that enables sending Markdown-formatted notifications to Microsoft Teams channels through a simple tool interface.
                      Last updated -
                      1
                      Python
                    • -
                      security
                      -
                      license
                      -
                      quality
                      A Model Context Protocol server that bridges Microsoft Teams and MCP-compatible clients, enabling chat integration, message handling, and advanced search capabilities without REST API endpoints.
                      Last updated -
                      Python

                    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/InditexTech/mcp-teams-server'

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