Skip to main content
Glama

Hiworks Mail MCP

package.json951 B
{ "name": "hiworks-mail-mcp", "version": "1.0.12", "description": "하이웍스 메일 시스템과 연동하여 메일 조회 및 전송을 할 수 있는 MCP 서버", "main": "build/index.js", "bin": { "hiworks-mail-mcp": "./build/index.js" }, "type": "module", "files": [ "build", "README.md" ], "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w", "prepare": "npm run build" }, "keywords": [ "hiworks", "email", "mcp", "pop3", "smtp", "cursor" ], "author": "Beyless AI <dev@beyless.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "mailparser": "^3.7.2", "node-pop3": "^0.9.1", "nodemailer": "^6.10.1", "zod": "^3.24.3" }, "devDependencies": { "@types/mailparser": "^3.4.5", "@types/node": "^20.11.30", "@types/nodemailer": "^6.4.17", "typescript": "^5.4.3" } }

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/beylessai/hiworks-mcp'

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