Inxmail Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Inxmail McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



