Back to Browse

Lumail Opensource MCP Server

by Melvynx
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Official Lumail email marketing MCP for campaigns, subscribers, and workflows.

About

Official Lumail email marketing MCP for campaigns, subscribers, and workflows.

Remote endpoints: streamable-http: https://lumail.io/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-melvynx-lumail": {
      "url": "https://lumail.io/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Lumail Agent Plugin

Connect Lumail to Claude Code and Codex. Read your subscribers, campaigns, workflows and analytics, draft campaigns, and build workflow sequences from the session where you already work.

Authentication is browser OAuth. There is no API token to create, paste, or store.

Install

The fastest path is to let your agent do it. Paste this into Claude Code:

Read lumail.io/claude-code and install the Lumail plugin for me.

or into Codex:

Read lumail.io/codex and set up the Lumail connection for me.

or, for the terminal workflow (full API, including sending), into any agent:

Read lumail.io/cli and set up the Lumail CLI for me.

Prefer to run it yourself:

claude plugin marketplace add https://github.com/Melvynx/lumail-opensource.git
claude plugin install lumail@lumail
claude mcp login plugin:lumail:lumail

Full guides: docs/claude-code-install.md · docs/codex-install.md

What is in here

PathWhat it is
.claude-plugin/marketplace.jsonClaude Code marketplace descriptor
claude/.claude-plugin/plugin.jsonClaude Code plugin, declares the MCP server inline
codex/.codex-plugin/plugin.jsonCodex plugin metadata
codex/.mcp.jsonCodex MCP server configuration
.agents/plugins/marketplace.jsonCodex marketplace descriptor
skills/lumail/The lumail CLI skill (npx lumail) — canonical copy
skills/lumail-plugin/How to drive the MCP connection, its limits and errors

claude/skills and codex/skills are real copies of skills/ (symlinks break on Windows checkouts), so both hosts ship the same two skills. Edit the top-level skills/ first, then sync the copies.

How the connection works

The plugin points both hosts at https://lumail.io/mcp, an OAuth 2.1 protected resource. The host registers itself through dynamic client registration, runs PKCE, and stores the access token itself. During the browser flow you sign in, pick which organization the agent may reach, and approve the scopes. Only owners and admins of an organization can authorize it.

Access tokens carry the organization as a claim, so a session can never reach another organization in your account. Revoke from the connected-apps list in Lumail settings and access stops on the next request, with no local config to clean up.

What agents can do

Read — subscribers, tags, campaigns, campaign analytics and progress, workflows and workflow groups, org stats, subscriber growth, senders, custom fields, snippets, writing style.

Write — add subscribers, create and apply tags, create and edit campaign drafts, duplicate campaigns, create and configure workflow drafts.

Not available over OAuth — sending, scheduling, publishing or activating a workflow, unsubscribing, and every delete. Those tools are not registered on this endpoint, so an agent cannot reach them even with your approval. Do that work in the Lumail app, or with npx lumail if you want it in a terminal.

The CLI

npx lumail reaches the full API, including sending. It authenticates with the same browser flow:

npx lumail auth login

The lumail skill in this repository teaches agents the whole CLI.

Example prompts

  • How did last week's newsletter perform compared to the one before?
  • Draft a launch campaign with three subject line options.
  • Add user@example.com to my newsletter and tag them vip.
  • Build a three-email welcome sequence over a week and leave it as a draft.
  • Show me subscriber growth over the last 30 days.

Support

lumail.io · Documentation

MIT licensed.

Reviews

No reviews yet

Be the first to review this server!

Lumail Opensource MCP Server - Official Lumail email marketing MCP for campaigns, | MCP Marketplace