Skip to main content
Glama

MCP Email Server

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

add_email_account

Add and configure email accounts on the MCP Email Server by specifying account details, incoming/outgoing server settings, and authentication credentials for IMAP and SMTP communication.

Input Schema

NameRequiredDescriptionDefault
emailYes

Input Schema (JSON Schema)

{ "$defs": { "EmailServer": { "properties": { "host": { "title": "Host", "type": "string" }, "password": { "title": "Password", "type": "string" }, "port": { "title": "Port", "type": "integer" }, "start_ssl": { "default": false, "title": "Start Ssl", "type": "boolean" }, "use_ssl": { "default": true, "title": "Use Ssl", "type": "boolean" }, "user_name": { "title": "User Name", "type": "string" } }, "required": [ "user_name", "password", "host", "port" ], "title": "EmailServer", "type": "object" }, "EmailSettings": { "properties": { "account_name": { "title": "Account Name", "type": "string" }, "created_at": { "format": "date-time", "title": "Created At", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "email_address": { "title": "Email Address", "type": "string" }, "full_name": { "title": "Full Name", "type": "string" }, "incoming": { "$ref": "#/$defs/EmailServer" }, "outgoing": { "$ref": "#/$defs/EmailServer" }, "updated_at": { "format": "date-time", "title": "Updated At", "type": "string" } }, "required": [ "account_name", "full_name", "email_address", "incoming", "outgoing" ], "title": "EmailSettings", "type": "object" } }, "properties": { "email": { "$ref": "#/$defs/EmailSettings" } }, "required": [ "email" ], "title": "add_email_accountArguments", "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