Naver Mail MCP Server
Allows interaction with Naver Mail, enabling access to and management of email accounts on the Naver platform.
Mail MCP Server
실행환경 설정
Related MCP server: Gmail Plugin MCP Server
MCP Server 연동
테스트
inspector 다운로드 및 실행(node가 설치되어있어야 함)
npx @modelcontextprotocol/inspector uv run server.py --naver-id your-id --naver-password your-passwordSession 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 🚀127.0.0.1:6274 접속 및 Configuration 설정 Configuration -> Proxy Session Token 에 2. Session Token 복사에서 복사한 키 설정
Connect 실행
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json 파일을 엽니다.(없으면 파일을 만들어주세요.)
아래 내용 중
/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"
]
}
}
}파일 저장 후 Claude Desktop을 재시작해주세요
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
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.Last updated4113MIT
- Alicense-qualityDmaintenanceAn MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.Last updated1MIT
- AlicenseBqualityCmaintenanceAn MCP server that enables querying, viewing, and interacting with local emails through the mu mail indexer. It allows users to search messages, read email content, and open attachments directly from Claude Desktop and other MCP clients.Last updated43GPL 3.0
- Flicense-qualityDmaintenanceAn MCP server that enables AI models to read, search, and send emails via IMAP and SMTP protocols. It supports various providers like Gmail and Outlook, allowing for tasks such as retrieving unread messages, searching by sender, and managing mailbox folders.Last updated
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.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/Leonamin/NaverMail-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server