@skanda-yutori/mcp-send-email
Version:
MCP server for sending emails via Resend API
43 lines • 987 B
JSON
{
"name": "@skanda-yutori/mcp-send-email",
"version": "1.0.0",
"description": "MCP server for sending emails via Resend API",
"main": "build/index.js",
"bin": {
"mcp-send-email": "./build/index.js"
},
"keywords": [
"mcp",
"email",
"resend",
"model-context-protocol"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@react-email/components": "^0.0.33",
"@react-email/render": "^1.0.5",
"minimist": "^1.2.8",
"resend": "^4.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.13.5",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"typescript": "^5.7.3"
},
"type": "module",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build && node -e \"require('fs').chmodSync('build/index.js', '755')\""
},
"files": [
"build/**/*",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=18.0.0"
}
}