Skip to main content
Glama

MCP Email Server

by ai-zerolab
BSD 3-Clause
42
  • Apple
  • Linux

send_email

Send emails using a specified account on the MCP Email Server. Define recipients, subject, body, and optional CC/BCC fields for streamlined email communication.

Instructions

Send an email using the specified account. Recipient should be a list of email addresses.

Input Schema

NameRequiredDescriptionDefault
account_nameYesThe name of the email account to send from.
bccNoA list of BCC email addresses.
bodyYesThe body of the email.
ccNoA list of CC email addresses.
recipientsYesA list of recipient email addresses.
subjectYesThe subject of the email.

Input Schema (JSON Schema)

{ "properties": { "account_name": { "description": "The name of the email account to send from.", "title": "Account Name", "type": "string" }, "bcc": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "A list of BCC email addresses.", "title": "Bcc" }, "body": { "description": "The body of the email.", "title": "Body", "type": "string" }, "cc": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "A list of CC email addresses.", "title": "Cc" }, "recipients": { "description": "A list of recipient email addresses.", "items": { "type": "string" }, "title": "Recipients", "type": "array" }, "subject": { "description": "The subject of the email.", "title": "Subject", "type": "string" } }, "required": [ "account_name", "recipients", "subject", "body" ], "title": "send_emailArguments", "type": "object" }
Install Server

Other Tools from MCP Email Server

Related Tools

    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/ai-zerolab/mcp-email-server'

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