MCP.so
登录

MCP Server with Azure Communication Services Email

@lukemurraynz

关于 MCP Server with Azure Communication Services Email

Azure Communication Services - Email MCP

基本信息

分类

云与基础设施

许可证

MIT

运行时

python

传输方式

stdio

发布者

lukemurraynz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-acsemail": {
      "command": "python",
      "args": [
        "src/server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server with Azure Communication Services Email?

This is a Model Context Protocol (MCP) server that integrates Azure Communication Services email functionality, enabling programmatic email sending. It is intended for developers who need to send emails as part of MCP-based applications.

How to use MCP Server with Azure Communication Services Email?

Install dependencies with pip install -r requirements.txt, configure environment variables (ACS_CONNECTION_STRING and ACS_SENDER_ADDRESS) in a .env file, then run the server using python src/server.py. After starting, prompt the server to send an email.

Key features of MCP Server with Azure Communication Services Email?

  • Send emails programmatically via MCP tools
  • Uses Azure Communication Services email capabilities
  • Requires a verified sender domain in ACS
  • Simple configuration with environment variables
  • Python 3.8+ runtime with minimal setup

Use cases of MCP Server with Azure Communication Services Email?

  • Send emails from AI assistants or chatbots using MCP
  • Automate transactional email workflows via MCP tools
  • Integrate Azure Communication Services email into custom MCP servers

FAQ from MCP Server with Azure Communication Services Email

What are the prerequisites for using this server?

Python 3.8 or higher, an Azure Communication Services resource with email capabilities, and a verified sender email address in Azure Communication Services.

How do I configure the server?

Create a .env file with your Azure Communication Services connection string (ACS_CONNECTION_STRING) and verified sender address (ACS_SENDER_ADDRESS).

How do I run the server?

Execute python src/server.py from the project root directory.

What functionality does the server provide?

The server enables sending emails using Azure Communication Services as an MCP tool.

How do I start sending an email?

Start the server and then issue a prompt to send an email (the exact prompt format is not specified in the README).

评论

云与基础设施 分类下的更多 MCP 服务器