Inxmail Mcp

by shahabazdev

4 stars
122 downloads
Not rated
GitHub

About

MCP server for the Inxmail Commerce transactional API — events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking from Claude.

Details

Author
shahabazdev
GitHub stars
4
Downloads
122
Categories
Other

- Check delivery status for any email
- Trigger transactional email events
- Manage blocklist (hard bounces) and blacklist (explicit blocks)
- List bounces, complaints, reactions, and deliveries
- Send raw RFC 5322 emails (Base64-encoded)
- Access mail relay and error log data

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Inxmail Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally with npm install -g inxmail-mcp or run via npx. Configure the environment variables INXMAIL_INSTANCE, INXMAIL_API_KEY_ID, and INXMAIL_API_SECRET. Add the server to your Claude Desktop claude_desktop_config.json or use claude mcp add for Claude Code. Then invoke any of the 29 available tools from natural language prompts.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "inxmail mcp": {
            "inxmail": {
                "command": "npx",
                "args": [
                    "-y",
                    "inxmail-mcp"
                ],
                "env": {
                    "INXMAIL_INSTANCE": "your-instance",
                    "INXMAIL_API_KEY_ID": "your-key-id",
                    "INXMAIL_API_SECRET": "your-secret"
                }
            }
        }
    }
}

McpServers

{
    "inxmail": {
        "command": "npx",
        "args": [
            "-y",
            "inxmail-mcp"
        ],
        "env": {
            "INXMAIL_INSTANCE": "your-instance",
            "INXMAIL_API_KEY_ID": "your-key-id",
            "INXMAIL_API_SECRET": "your-secret"
        }
    }
}

inxmail-mcp

CI
npm version
npm downloads
License: MIT
MCP
Node.js
Glama
Awesome MCP Servers

MCP server for the Inxmail Commerce Transactional API. Manage events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking — directly from Claude.

Quick Start

1. Install

```bash
npm install -g inxmail-mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.