yt-zoho-mcp
yt-zoho-mcp
Zoho Mail용 MCP 서버 — 폴더 전체에서 메시지를 검색, 읽기, 보내기, 관리할 수 있습니다.
Model Context Protocol 사양을 구현합니다: stdio 전송으로 실행되고, JSON-RPC 2.0을 사용하며, initialize에서 프로토콜 버전을 협상하고, tools 기능을 알리며, 각 도구를 JSON Schema로 설명합니다. 프로토콜 버전 협상은 @modelcontextprotocol/sdk의 Server 클래스가 처리하며, 기본값은 최신 지원 버전입니다.
도구
도구 | 설명 |
| 폴더의 메시지를 검색과 함께 나열합니다 (기본값: 받은편지함) |
| 메시지의 전체 본문을 가져옵니다 |
| 이메일을 보냅니다 (일반 텍스트 또는 HTML) |
| 모든 폴더를 나열합니다 (받은편지함, 보낸편지함, 임시보관함, 사용자 지정) |
| 메시지를 휴지통으로 이동합니다 |
Related MCP server: zoho-mail-mcp
설정
1. Zoho Mail API 클라이언트 만들기
Zoho API Console로 이동하세요
Self Client(또는 서버 기반 앱)를 만드세요
client_id와client_secret을 복사하세요refresh_token을 얻으려면 offline 범위로 OAuth 토큰을 생성하세요:virtualoffice.accounts.read virtualoffice.messages.read virtualoffice.messages.create virtualoffice.messages.update virtualoffice.messages.deleteGet Accounts 엔드포인트를 통해
account_id를 찾고, 이메일 주소(예:you@example.com)를 기록하세요.
2. 자격 증명 배치
패키지를 설치하면 postinstall 스크립트를 통해 구성 디렉터리 ~/.yt-zoho-mcp(npm 패키지 이름인 yt-zoho-mcp에서 따온 이름)가 자동으로 생성됩니다. 이 디렉터리에 credentials.json을 넣으세요:
{
"clientId": "...",
"clientSecret": "...",
"refreshToken": "...",
"accountId": "...",
"email": "you@example.com"
}서버는 호출할 때마다 refreshToken에서 액세스 토큰을 자동으로 갱신하며, 401 응답이 오면 다시 갱신합니다.
구성
환경 변수 | 기본값 | 설명 |
|
|
|
MCP 호스트 구성
opencode
{
"mcp": {
"zoho-mail": {
"type": "local",
"command": ["npx", "yt-zoho-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"zoho-mail": {
"command": "npx",
"args": ["yt-zoho-mcp"]
}
}
}라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with FastMail's JMAP API to manage mailboxes, search for emails, and send messages. It enables users to interact with their FastMail account for tasks like reading email content and managing folders through natural language.2MIT
- AlicenseAqualityCmaintenanceMCP server for Zoho Mail — read, search, and send email via Claude. Supports listing inbox, searching by keyword or sender, reading full message bodies, and sending HTML email.41MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that receives emails on your domain and allows AI assistants to search, read, and manage them via natural language queries.1,276MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for email management that enables reading, searching, drafting, replying to, and sending emails with thread-aware replies and draft-first safety, supporting Gmail API and IMAP/SMTP backends.30
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Fully-managed email as MCP tools - register domains, real mailboxes, send and receive mail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yentsun/zoho-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server