zoho-mail-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOHO_SENDER | Yes | Email address to send from | |
| ZOHO_CLIENT_ID | Yes | OAuth app client ID | |
| ZOHO_ACCOUNT_ID | Yes | Zoho Mail account ID (from step 3) | |
| ZOHO_CLIENT_SECRET | Yes | OAuth app client secret | |
| ZOHO_REFRESH_TOKEN | Yes | Long-lived refresh token (from step 2) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_inboxB | List recent inbox messages — returns sender, subject, date, messageId, and folderId |
| search_emailsA | Search inbox by keyword, sender email, or subject fragment — returns messageId and folderId for use with read_email |
| read_emailA | Read the full body of an email given its messageId and folderId (both returned by list_inbox and search_emails) |
| send_emailC | Send an email from the configured ZOHO_SENDER address |
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/SirGreed808/zoho-mail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server