MailInApp for Claude Desktop
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MailInApp for Claude DesktopShow me the results of my last email campaign"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MailInApp for Claude Desktop
Connects Claude Desktop to your MailInApp account, so you can design, send, and read the results of interactive emails — polls, quizzes, countdowns, forms, product checkout, and more — right from a chat with Claude.
This is the desktop-extension version of the MailInApp connector. If you'd rather not install anything locally, you can add MailInApp as a custom connector directly in Claude.ai or Claude Desktop's Settings → Connectors instead, using https://mailinapp.com/api/mcp — this extension just saves you that step.
Install
Download the latest
.mcpbfile from this repo's Releases.In Claude Desktop: Settings → Extensions → Install Extension, and pick the downloaded file.
Claude Desktop will ask you to confirm before running the extension's local code — this is standard for any side-loaded (non-directory) extension.
The first time Claude actually calls a MailInApp tool, your browser opens to MailInApp's own sign-in and consent screen, where you choose which permissions to grant. Nothing connects until you approve that screen.
What it can and can't do
Once connected, Claude can read and edit your MailInApp projects, check campaign results, and manage contacts — scoped to exactly the permissions you approved on the consent screen. Sending a real campaign always requires an extra explicit confirmation step, showing you the recipient count and a rendered preview first, so a chat message alone can never trigger a real send. See Scopes & permissions for the full breakdown, and Security for how to review or revoke access at any time from your MailInApp account.
How it works
This extension contains no MailInApp-specific server code. It's a small bridge (server/index.js) that runs mcp-remote, an open-source tool that lets Claude Desktop talk to a remote server over the Model Context Protocol — the same remote server every MailInApp connector uses, whether you connect through this extension, Claude.ai, ChatGPT, or Gemini. Nothing about what Claude can do differs based on which of those you use; this just runs the bridge on your own machine instead of MailInApp's.
Your MailInApp login and permissions never pass through this extension's code — the OAuth sign-in happens directly in your browser against mailinapp.com, and the resulting access token is stored locally on your machine by mcp-remote, not by us.
Building from source
npm install
npx @anthropic-ai/mcpb pack . mailinapp.mcpbnpm install vendors mcp-remote locally so the extension works offline after the first launch. Feel free to inspect server/index.js — it's under 40 lines — before installing, if you'd rather verify what's running yourself than take our word for it.
Links
This server cannot be installed
Maintenance
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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