Skip to main content
Glama
yentsun

yt-zoho-mcp

by yentsun

yt-zoho-mcp

Zoho Mail용 MCP 서버 — 폴더 전체에서 메시지를 검색, 읽기, 보내기, 관리할 수 있습니다.

npm

Model Context Protocol 사양을 구현합니다: stdio 전송으로 실행되고, JSON-RPC 2.0을 사용하며, initialize에서 프로토콜 버전을 협상하고, tools 기능을 알리며, 각 도구를 JSON Schema로 설명합니다. 프로토콜 버전 협상은 @modelcontextprotocol/sdkServer 클래스가 처리하며, 기본값은 최신 지원 버전입니다.

도구

도구

설명

list_messages

폴더의 메시지를 검색과 함께 나열합니다 (기본값: 받은편지함)

get_message

메시지의 전체 본문을 가져옵니다

send_email

이메일을 보냅니다 (일반 텍스트 또는 HTML)

list_folders

모든 폴더를 나열합니다 (받은편지함, 보낸편지함, 임시보관함, 사용자 지정)

trash_message

메시지를 휴지통으로 이동합니다

Related MCP server: zoho-mail-mcp

설정

1. Zoho Mail API 클라이언트 만들기

  1. Zoho API Console로 이동하세요

  2. Self Client(또는 서버 기반 앱)를 만드세요

  3. client_idclient_secret을 복사하세요

  4. refresh_token을 얻으려면 offline 범위로 OAuth 토큰을 생성하세요:

    virtualoffice.accounts.read
    virtualoffice.messages.read
    virtualoffice.messages.create
    virtualoffice.messages.update
    virtualoffice.messages.delete
  5. Get 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 응답이 오면 다시 갱신합니다.

구성

환경 변수

기본값

설명

ZOHO_MCP_CONFIG_DIR

~/.yt-zoho-mcp

credentials.json이 들어 있는 디렉터리

MCP 호스트 구성

opencode

{
  "mcp": {
    "zoho-mail": {
      "type": "local",
      "command": ["npx", "yt-zoho-mcp"]
    }
  }
}

Claude Desktop

{
  "mcpServers": {
    "zoho-mail": {
      "command": "npx",
      "args": ["yt-zoho-mcp"]
    }
  }
}

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    4
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that receives emails on your domain and allows AI assistants to search, read, and manage them via natural language queries.
    1,276
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP 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

View all related MCP servers

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.

View all MCP Connectors

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/yentsun/zoho-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server