communication
Zoho Mail MCP, CLI, and Lua Integration for AI Agents
Zoho Mail integration docs for AI agents: MCP gateway setup, Zoho Mail CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write Manual OAuth token auth
Zoho Mail for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
zoho-mail- route_slug
zoho-mail- package
zoho-mail- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Zoho Mail CLIHeadless setup and direct function calls. Zoho Mail MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Zoho Mail MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zoho Mail.
Claude Code Zoho Mail MCP setup for Claude Code. Cursor Zoho Mail MCP setup for Cursor. Codex Zoho Mail MCP setup for Codex. OpenAI Agents Zoho Mail MCP setup for OpenAI Agents SDK. Claude Agent SDK Zoho Mail MCP setup for Claude Agent SDK. Vercel AI SDK Zoho Mail MCP setup for Vercel AI SDK. LangChain Zoho Mail MCP setup for LangChain. LangGraph Zoho Mail MCP setup for LangGraph. CrewAI Zoho Mail MCP setup for CrewAI. MCP clients Zoho Mail MCP setup for Generic MCP Clients.
Zoho Mail CLI Matrix
Use these pages for direct Zoho Mail CLI workflows in scripts, CI, cron, and agent wrappers.
CI Zoho Mail CLI for CI. Cron Jobs Zoho Mail CLI for cron jobs. Shell Scripts Zoho Mail CLI for shell scripts. Headless Automation Zoho Mail CLI for headless automation. Coding Agents Zoho Mail CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
zoho-mail.zohomail_list_messages | Read read | 5 | List email messages in a Zoho Mail folder. Returns message summaries including sender, subject, and date. |
zoho-mail.zohomail_get_message | Read read | 2 | Get a single email message from Zoho Mail by ID. Returns full message content, headers, and attachment info. |
zoho-mail.zohomail_send_message | Write write | 8 | Send a new email message via Zoho Mail. Supports to, cc, bcc, subject, and HTML or plain text content. |
zoho-mail.zohomail_list_folders | Read read | 1 | List all email folders in a Zoho Mail account, including Inbox, Sent, Drafts, Trash, and custom folders. |
zoho-mail.zohomail_list_tasks | Read read | 3 | List tasks from Zoho Mail. Returns task details including title, status, due date, and priority. |
zoho-mail.zohomail_get_current_user | Read read | 0 | Get the current user's Zoho Mail account information. Returns account IDs needed for other Zoho Mail operations. |