NaverMail-MCP-Server

Leonamin/NaverMail-MCP-Server

3.2

If you are the rightful owner of NaverMail-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Mail MCP Server is designed to facilitate seamless integration and communication between mail services and the Model Context Protocol (MCP) framework.

Mail MCP Server

μ‹€ν–‰ν™˜κ²½ μ„€μ •

MCP Server 연동

ν…ŒμŠ€νŠΈ

  1. inspector λ‹€μš΄λ‘œλ“œ 및 μ‹€ν–‰(nodeκ°€ μ„€μΉ˜λ˜μ–΄μžˆμ–΄μ•Ό 함)
npx @modelcontextprotocol/inspector uv run server.py --naver-id your-id --naver-password your-password
  1. Session Token 볡사
Starting MCP inspector...
βš™οΈ Proxy server listening on 127.0.0.1:6277
πŸ”‘ Session token: 3518ab7ad6026be0f0ad8d5c0ef9b2c853e48ed911fe1317eb9b0ed48bdd980e <--- 이거 볡사
Use this token to authenticate requests or set DANGEROUSLY_OMIT_AUTH=true to disable auth

πŸ”— Open inspector with token pre-filled:
   http://localhost:6274/?MCP_PROXY_AUTH_TOKEN=3518ab7ad6026be0f0ad8d5c0ef9b2c853e48ed911fe1317eb9b0ed48bdd980e

πŸ” MCP Inspector is up and running at http://127.0.0.1:6274 πŸš€
  1. 127.0.0.1:6274 접속 및 Configuration μ„€μ • Configuration -> Proxy Session Token 에 2. Session Token λ³΅μ‚¬μ—μ„œ λ³΅μ‚¬ν•œ ν‚€ μ„€μ •

  2. Connect μ‹€ν–‰

Claude Desktop

  1. ~/Library/Application Support/Claude/claude_desktop_config.json νŒŒμΌμ„ μ—½λ‹ˆλ‹€.(μ—†μœΌλ©΄ νŒŒμΌμ„ λ§Œλ“€μ–΄μ£Όμ„Έμš”.)

  2. μ•„λž˜ λ‚΄μš© 쀑 /ABSOLUTE/PATH/TO/naver-mail-mcp와 --naver-id, --naver-passwordλŠ” μˆ˜μ •ν•΄μ£Όμ„Έμš”

{
  "mcpServers": {
    "naver-mail": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/naver-mail-mcp",
        "run",
        "server.py",
        "--naver-id",
        "your-id",
        "--naver-password",
        "your-password"
      ]
    }
  }
}
  1. 파일 μ €μž₯ ν›„ Claude Desktop을 μž¬μ‹œμž‘ν•΄μ£Όμ„Έμš”