Skip to main content
Glama

MCP Email Server

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

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_EMAIL_SERVER_IMAP_SSLNoEnable IMAP SSLtrue
MCP_EMAIL_SERVER_PASSWORDYesEmail password
MCP_EMAIL_SERVER_SMTP_SSLNoEnable SMTP SSLtrue
MCP_EMAIL_SERVER_FULL_NAMENoDisplay name (defaults to email prefix if not provided)
MCP_EMAIL_SERVER_IMAP_HOSTYesIMAP server host
MCP_EMAIL_SERVER_IMAP_PORTNoIMAP server port993
MCP_EMAIL_SERVER_SMTP_HOSTYesSMTP server host
MCP_EMAIL_SERVER_SMTP_PORTNoSMTP server port465
MCP_EMAIL_SERVER_USER_NAMENoLogin username (defaults to same as email if not provided)
MCP_EMAIL_SERVER_ACCOUNT_NAMENoAccount identifierdefault
MCP_EMAIL_SERVER_EMAIL_ADDRESSYesEmail address
MCP_EMAIL_SERVER_IMAP_PASSWORDNoSeparate IMAP password
MCP_EMAIL_SERVER_SMTP_PASSWORDNoSeparate SMTP password
MCP_EMAIL_SERVER_IMAP_USER_NAMENoSeparate IMAP username
MCP_EMAIL_SERVER_SMTP_START_SSLNoEnable STARTTLSfalse
MCP_EMAIL_SERVER_SMTP_USER_NAMENoSeparate SMTP username

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_available_accounts-
add_email_account-
page_email

Paginate emails, page start at 1, before and since as UTC datetime.

send_email

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

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