MCP server to read, search, and send email via Zoho Mail using OAuth authentication.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Zoho Mail MCP.
list_inboxList recent inbox messages — returns sender, subject, date, messageId, folderId
search_emailsSearch by keyword, sender email, or subject fragment
read_emailRead full email body given a messageId and folderId
send_emailSend an email from your configured sender address
A Model Context Protocol server for Zoho Mail. Lets Claude (or any MCP client) read, search, and send email from a Zoho Mail account without browser automation.
No equivalent exists in the official MCP registry — this fills that gap.
| Tool | Description |
|---|---|
list_inbox | List recent inbox messages — returns sender, subject, date, messageId, folderId |
search_emails | Search by keyword, sender email, or subject fragment |
read_email | Read full email body given a messageId and folderId |
send_email | Send an email from your configured sender address |
client_id, client_secret, and grant codeRun immediately (grant code expires in 10 minutes):
Save the refresh_token from the response — it doesn't expire.
Use the accountId value from the first object in data[].
ZOHO_SENDER must be a verified address or alias on the account.
| Variable | Description |
|---|---|
ZOHO_CLIENT_ID | OAuth app client ID |
ZOHO_CLIENT_SECRET | OAuth app client secret |
ZOHO_REFRESH_TOKEN | Long-lived refresh token (from step 2) |
ZOHO_ACCOUNT_ID | Zoho Mail account ID (from step 3) |
ZOHO_SENDER | Email address to send from |
read_email requires both messageId and folderId, both returned by list_inbox and search_emailsMIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sirgreed808-zoho-mail-mcp)<a href="https://allmcps.com/mcp/sirgreed808-zoho-mail-mcp"><img src="https://allmcps.com/api/badge/sirgreed808-zoho-mail-mcp?style=directory" alt="Zoho Mail MCP on AllMCPs" /></a>