-
securityF
license-
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 -
8
37
JavaScript
带有 Microsoft Teams 聊天通知工具的 MCP 服务器。
[!警告]
这仅供参考,并未使用 VS Code 以外的 MCP 客户端进行测试。
服务器实现了一个工具:
这需要使用 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 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.
一个 MCP 服务器,可以通过简单的工具界面向 Microsoft Teams 频道发送 Markdown 格式的通知。
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