yahoo-mail-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAHOO_EMAIL | Yes | Your Yahoo email address | |
| YAHOO_IMAP_HOST | No | IMAP host (default: imap.mail.yahoo.com) | |
| YAHOO_IMAP_PORT | No | IMAP port | |
| YAHOO_SMTP_HOST | No | SMTP host (default: smtp.mail.yahoo.com) | |
| YAHOO_SMTP_PORT | No | SMTP port | |
| YAHOO_APP_PASSWORD | Yes | Your Yahoo app password (16 characters) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emailsA | List recent emails in a Yahoo Mail folder (default INBOX), most recent first. |
| search_emailsC | Search emails in a folder by sender, subject substring, or unseen status. |
| get_emailC | Fetch the full content of one email by UID. |
| send_emailC | Send an email from the configured Yahoo Mail account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
list_emails and search_emails both return email lists, but search_emails adds filtering criteria while list_emails is purely chronological. get_email and send_email target distinct resources and actions, making overall selection clear.
All tools follow a consistent verb_noun pattern (list_emails, search_emails, get_email, send_email). The convention is predictable and easy to scan.
Four tools provide a focused core for basic email interaction without bloat. It is slightly thin for a full email client, but each tool earns its place.
Core read and send operations are covered, but common email lifecycle actions like delete, mark read/unread, move, and list folders are missing. Agents can handle simple tasks but will hit dead ends for routine mailbox management.