Email MCP Server
by minjaf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind to for HTTP/SSE transport (default: 0.0.0.0) | 0.0.0.0 |
| MCP_PORT | No | Port to listen on for HTTP/SSE transport (default: 8000) | 8000 |
| IMAP_HOST | No | IMAP server host (default: imap.yandex.com) | imap.yandex.com |
| IMAP_PORT | No | IMAP server port (default: 993) | 993 |
| SMTP_HOST | No | SMTP server host (default: smtp.yandex.com) | smtp.yandex.com |
| SMTP_PORT | No | SMTP server port (default: 465) | 465 |
| YANDEX_EMAIL | No | Alias for MAILBOX_EMAIL for Yandex convenience | |
| MAILBOX_EMAIL | No | The email address for the mailbox | |
| MCP_TRANSPORT | No | Transport mode: stdio, streamable-http, or sse (default: stdio) | stdio |
| MAILBOX_PASSWORD | No | The password or app password for the mailbox | |
| YANDEX_APP_PASSWORD | No | Alias for MAILBOX_PASSWORD for Yandex convenience |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/minjaf/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server