AOL Mail MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AOL_EMAIL | Yes | Your AOL email address | |
| AOL_APP_PASSWORD | Yes | AOL app password generated from myaccount.aol.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_inboxB | List recent emails from any IMAP folder. |
| read_folderA | List recent emails from a named IMAP folder. |
| read_emailB | Get the full content of a single email by its IMAP message ID. |
| search_emailsB | Search any IMAP folder for emails matching a keyword. |
| send_emailB | Compose and send a new email via AOL SMTP. |
| reply_emailB | Reply to an existing email by its IMAP message ID. |
| delete_emailA | Move an email to the Trash folder by its IMAP message ID. |
| delete_all_in_folderB | Delete all emails in a folder by moving them to Trash. |
| move_emailB | Move an email to any named IMAP folder. |
| move_all_emailsB | Move all emails from one folder to another. |
| list_foldersA | List all IMAP folders available in the AOL mailbox. Returns: Bullet list of every folder name in the account. |
| mark_readB | Mark one or more emails as read. |
| get_attachmentsA | List all attachments in an email by its IMAP message ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/kubegrind/aol-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server