Blastengine邮件发送服务
一个基于TypeScript的MCP服务器,用于实现电子邮件发送功能。
快速入门
- 安装依赖:运行
npm install
- 构建服务器:运行
npm run build
- 启动开发模式(自动重建):运行
npm run watch
- 配置服务器:
- 在MacOS上编辑文件
~/Library/Application Support/Claude/claude_desktop_config.json
- 在Windows上编辑文件
%APPDATA%/Claude/claude_desktop_config.json
- 添加以下配置: { "mcpServers": { "blastengine-mailer": { "command": "node", "env": { "BLASTENGINE_USER_ID": "您的用户ID", "BLASTENGINE_API_KEY": "您的API密钥" }, "args": [ "/path/to/blastengine-mailer/server.js" ] } } }
- 在MacOS上编辑文件
- 调试:运行
npm run inspector
并使用浏览器打开提供的URL进行调试。