Skip to main content
Glama
Digitload

MailInApp for Claude Desktop

by Digitload

适用于 Claude Desktop 的 MailInApp

Claude Desktop 与你的 MailInApp 账户连接起来,这样你就可以直接在 Claude 对话中设计、发送并读取互动邮件的结果——包括投票、测验、倒计时、表单、产品结账等等。

这是 MailInApp 连接器 的桌面扩展版本。如果你不想在本地安装任何东西,也可以直接在 Claude.ai 或 Claude Desktop 的设置 → 连接器中将 MailInApp 添加为自定义连接器,使用 https://mailinapp.com/api/mcp——这个扩展只是为你省去了这一步。

安装

  1. 从本仓库的 发布 下载最新的 .mcpb 文件。

  2. 在 Claude Desktop 中:设置 → 扩展 → 安装扩展,然后选择下载的文件。

  3. Claude Desktop 会在运行扩展的本地代码之前要求你确认——这是任何旁加载(非目录)扩展的标准流程。

  4. 当 Claude 第一次真正调用 MailInApp 工具时,你的浏览器会打开 MailInApp 自己的登录和授权页面,你可以在此选择要授予的权限。在你批准该页面之前,任何内容都不会连接。

它能做什么和不能做什么

连接后,Claude 可以读取和编辑你的 MailInApp 项目、查看营销活动结果以及管理联系人——权限范围严格限于你在授权页面上批准的权限。发送真实的营销活动始终需要额外的明确确认步骤,并会先显示收件人数量和渲染预览,因此仅凭聊天消息永远无法触发真实发送。请参阅 作用域与权限 了解完整说明,以及 安全性 了解如何随时从你的 MailInApp 账户审查或撤销访问权限。

工作原理

此扩展不包含任何 MailInApp 专属的服务器代码。它是一个小型桥接器(server/index.js),运行 mcp-remote ——一个开源工具,允许 Claude Desktop 通过 Model Context Protocol 与远程服务器通信,而每个 MailInApp 连接器使用的正是同一个远程服务器,无论你是通过此扩展、Claude.ai、ChatGPT 还是 Gemini 连接。Claude 能做什么不会因你使用其中哪个而有所不同;这个扩展只是在你自己的机器上运行桥接器,而不是在 MailInApp 的机器上。

你的 MailInApp 登录信息和权限永远不会经过此扩展的代码——OAuth 登录直接在你的浏览器中针对 mailinapp.com 完成,生成的访问令牌由 mcp-remote 存储在本地计算机上,而不是由我们存储。

从源码构建

npm install
npx @anthropic-ai/mcpb pack . mailinapp.mcpb

npm install 会在本地引入 mcp-remote,以便扩展在首次启动后可以离线工作。安装前,你可以放心检查 server/index.js ——它不到 40 行——如果你更愿意自行验证实际运行的内容,而不是仅凭我们的话。

链接

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digitload/mailinapp-mcpb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server