Back to Home
lukemurraynz icon

mcp-server-acsemail

Verified Safe

by lukemurraynz

Overview

This server provides email sending capabilities using Azure Communication Services within a Model Context Protocol (MCP) framework.

Installation

Run Command
python src/server.py

Environment Variables

  • ACS_CONNECTION_STRING
  • ACS_SENDER_ADDRESS

Security Notes

The server correctly uses environment variables for sensitive Azure Communication Services credentials, avoiding hardcoding. It logs configuration issues. The `send_email_with_attachments` tool takes file paths as input; while this is standard for server-side operations, it introduces a potential risk if the MCP agent providing the file paths is untrusted or compromised, as it could lead to arbitrary file reads on the server's filesystem. However, within the trusted MCP environment, this is a controlled risk.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens300
Stars2
Forks0
Last Update2025-11-23

Tags

EmailAzureCommunicationMCPPython