microsoft-teams-mcp MCP サーバー
Microsoft Teams チャット通知用のツールを備えた MCP サーバー。
[!警告]
これは参考のために提供されており、VS Code 以外の MCP クライアントではテストされていません。
コンポーネント
ツール
サーバーは 1 つのツールを実装します。
- send-notification: Microsoft Teamsに通知メッセージを送信します
- 必須の文字列引数として「message」と「project」を取ります
- メッセージのMarkdownフォーマットをサポート
- Azure AD 認証を使用して、Teams と安全に通信します
構成
通知にはMicrosoft Teamsボットが必要です。Teams Toolkitで作成したサンプル通知ボットをご利用ください。
サーバーでは次の環境変数を設定する必要があります。
BOT_ENDPOINT
: Microsoft Teams ボットの URL エンドポイントMICROSOFT_APP_ID
: Azure AD アプリ登録からのアプリケーション (クライアント) IDMICROSOFT_APP_PASSWORD
: Azure AD アプリ登録からのクライアント シークレットMICROSOFT_APP_TENANT_ID
: Azure AD テナント IDEMAIL
: 通知を受信するユーザーのメールアドレス
これらは、プロジェクトのルート ディレクトリにある.env
ファイルで設定できます。
クイックスタート
インストール
VSコード
これは、VS Code の MCP サポートを使用してテストされました。これは、作成時点では VS Code Insiders でのみ利用可能でした。
これをVS Code Insiders設定(JSON)に追加します
発達
建物
配布用のパッケージを準備するには:
- 依存関係を同期し、ロックファイルを更新します。
- パッケージディストリビューションをビルドします。
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.
Tools
シンプルなツール インターフェイスを通じて、Markdown 形式の通知を Microsoft Teams チャネルに送信できるようにする MCP サーバー。
Related MCP Servers
- -securityFlicense-qualityAn 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 -837JavaScript
- AsecurityAlicenseAqualityA simple MCP server that can send notifications on mac devices.Last updated -542921TypeScriptMIT License
- AsecurityAlicenseAqualityMCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)Last updated -6287PythonApache 2.0
- -securityAlicense-qualityAn MCP server that displays desktop notifications on Windows 10 and macOS, compatible with VSCode Cline and supporting customizable notification parameters.Last updated -3PythonMIT License