SkillAgentSearch skills...

email-mcp

通用多邮箱 MCP 服务:原生 Streamable HTTP,固定 5 个工具,支持 IMAP/SMTP、Gmail API、多账号切换及 Env/Header 配置。

Install / Use

claude mcp add guangxiangdebizi -- npx -y github:guangxiangdebizi/email-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@xingyuchen/email-mcp", "version": "2.1.1", "description": "Provider-neutral email MCP server over Streamable HTTP", "type": "module", "main": "dist/index.js", "bin": { "email-mcp-server": "dist/index.js" }, "files": [ "dist", ".env.example", "CHANGELOG.md" ], "scripts": { "build": "tsc", "dev": "ts-node --esm src/index.ts", "start": "node dist/index.js", "install-global": "npm run build && npm install -g .", "quick-setup": "npm install && npm run build", "test": "npm run build && node --test" }, "keywords": [ "mcp", "email", "streamable-http", "gmail", "smtp", "imap" ], "author": "guangxiangdebizi", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/guangxiangdebizi/email-mcp.git" }, "bugs": { "url": "https://github.com/guangxiangdebizi/email-mcp/issues" }, "homepage": "https://github.com/guangxiangdebizi/email-mcp#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^17.4.2", "googleapis": "^174.0.1", "imapflow": "^1.6.6", "mailparser": "^3.9.15", "nodemailer": "^9.0.5", "zod": "^3.25.76" }, "devDependencies": { "@types/mailparser": "^3.4.6", "@types/node": "^22.15.21", "@types/nodemailer": "^8.0.1", "@types/smtp-server": "^3.5.13", "smtp-server": "^3.19.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "overrides": { "html-to-text": "10.0.1" }, "directories": { "test": "test" }, "types": "./dist/index.d.ts" }

Related Skills

View on GitHub
GitHub Stars0
CategoryCommunication
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low