We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/email-smtp-imap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "email-smtp-imap-mcp",
"version": "2.0.3",
"description": "Email MCP Server with SMTP and IMAP support - simple, clean, and flexible",
"main": "build/index.js",
"module": "src/index.ts",
"types": "build/index.d.ts",
"type": "module",
"bin": {
"email-smtp-imap-mcp": "build/index.js"
},
"files": [
"build/",
"README.md",
"LICENSE",
".env.example"
],
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"watch": "tsc --watch",
"prepare": "npm run build",
"dev": "npm run build && npm start"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1",
"dotenv": "^17.2.3",
"imapflow": "^1.1.1",
"mailparser": "^3.9.0",
"nodemailer": "^7.0.10"
},
"devDependencies": {
"@types/mailparser": "^3.4.6",
"@types/node": "^24.10.1",
"@types/nodemailer": "^7.0.3",
"typescript": "^5.2.2"
},
"keywords": [
"mcp",
"email",
"smtp",
"imap",
"ai",
"assistant",
"model-context-protocol",
"claude",
"nodemailer",
"imapflow"
],
"author": "Sami Halawa <sami@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/samihalawa/email-smtp-imap-mcp.git"
},
"bugs": {
"url": "https://github.com/samihalawa/email-smtp-imap-mcp/issues"
},
"homepage": "https://github.com/samihalawa/email-smtp-imap-mcp#readme",
"engines": {
"node": ">=18.0.0"
}
}