Email MCP Server
by pzanna
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_SSL | Yes | Whether to use SSL for IMAP (true/false) | |
| MCP_HOST | Yes | Host address for the MCP server to bind to (e.g., 127.0.0.1) | |
| MCP_PORT | Yes | Port for the MCP server to bind to (e.g., 8420) | |
| IMAP_HOST | Yes | IMAP server hostname (e.g., imap.gmail.com) | |
| IMAP_PORT | Yes | IMAP server port (e.g., 993) | |
| IMAP_USER | Yes | IMAP username or email address | |
| SMTP_HOST | Yes | SMTP server hostname (e.g., smtp.gmail.com) | |
| SMTP_PORT | Yes | SMTP server port (e.g., 587) | |
| SMTP_USER | Yes | SMTP username or email address | |
| MCP_API_KEY | Yes | Secret API key used for X-API-Key header authentication | |
| MCP_BASE_URL | Yes | The base URL where the MCP server is accessible | |
| IMAP_PASSWORD | Yes | IMAP password or application-specific password | |
| SMTP_PASSWORD | Yes | SMTP password or application-specific password | |
| SMTP_STARTTLS | Yes | SMTP_STARTTLS mode: "none" (auto), "true" (force), "false" (disable) | |
| IMAP_POOL_SIZE | No | Number of concurrent IMAP connections to maintain in the pool | 3 |
| MCP_SERVER_NAME | Yes | Name identifier for the MCP server | |
| DEFAULT_FROM_NAME | No | Default display name for outgoing emails | |
| MAX_SEARCH_RESULTS | No | Maximum number of email search results to return | 50 |
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/pzanna/email_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server