@buchida/mcp
v0.1.6
Published
MCP server for the buchida email API — send emails, manage domains, and more from Claude, Cursor, or Copilot
Maintainers
Readme
@buchida/mcp 是为 AI 代理打造的邮件 API 的官方 Model Context Protocol 服务器。buchida 提供 CLI、MCP 服务器和 5 种语言的 SDK (Node、Python、Go、Ruby、Java),所有这些都共享相同的 REST API 表面。@buchida/email 模板原生渲染韩语、日语和中文。
安装
npx @buchida/mcp发送您的第一封邮件
添加到您的 MCP 客户端配置文件(例如 ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"buchida": {
"command": "npx",
"args": ["@buchida/mcp"],
"env": {
"BUCHIDA_API_KEY": "bc_live_..."
}
}
}
}配置完成后,向您的代理发送请求:
"发送一封测试邮件到 [email protected],内容是'来自 buchida 的问候'"
文档
完整文档: buchida.com/docs
- API 参考: https://buchida.com/docs/api-reference
- 快速入门指南: https://buchida.com/docs/quickstart
- CJK 邮件模板: https://buchida.com/docs/templates
- MCP 服务器设置: https://buchida.com/docs/mcp
- CLI 参考: https://buchida.com/docs/cli
链接
- 网站: buchida.com
- 文档: buchida.com/docs
- 定价: buchida.com/pricing
- GitHub: https://github.com/Vyblor/buchida-mcp
许可证
MIT
