1. Conduid
  2. Developer Tools
  3. Mailjet
MCP server · Developer Tools

Mailjet

Model Context Protocol server implementation of Mailjet's APIs

Unclaimed Apache-2.0 last commit 9 months ago ai
51Fair

Scored 3 days ago · breakdown

About Mailjet

Mailjet is an MCP server published by mailgun in the Developer Tools category: model Context Protocol server implementation of Mailjet's APIs. It has been installed 0 times through Conduid.

The repository has 8 stars and 2 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mailjet-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mailjet

Powered by Claude · Grounded in docs

I know everything about Mailjet. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

1.1.0-beta.41.1.0-beta.4 · 12 Aug 2026
v1.1.0-beta.1v1.1.0-beta.1 · 12 Aug 2026
v1.1.0-beta.0v1.1.0-beta.0 · 16 Jul 2026Releasing version 1.1.0 as beta version for enabling exporting mcp features.

README

Mailjet MCP Server

MCP

Overview

This project provides a Model Context Protocol (MCP) server for the Mailjet API, enabling compatible AI agents (e.g. Claude Desktop) to interact with Mailjet's contact, campaign, segmentation, statistics, workflow (and more) APIs through a standardized tool interface.

Quick Start

Manual Installation

  1. Clone the repository:

    git clone https://github.com/mailgun/mailjet-mcp-server.git
    cd mailjet-mcp-server
    
  2. Install dependencies and build:

    pnpm install
    
  3. Configure Claude Desktop:

    Create or modify the config file:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json

Then start the MCP server:

node src/mailjet-mcp.js

Add the following configuration:

{
    "mcpServers": {
        "mailjet": {
            "command": "node",
            "args": ["CHANGE/THIS/PATH/TO/mailjet-mcp-server/src/mailjet-mcp.js"],
            "env": {
                "MAILJET_API_KEY": "YOUR_api_key:YOUR_secret_key"
            }
        }
    }
}

Supported environment variables

The following environment variables are currently supported by the server:

MAILJET_API_KEY="your_api_key:your_secret_key" # REQUIRED, used for authenticating your account
MAILJET_API_REGION="eu" # OPTIONAL, used to change to the EU servers, if desired

Testing

Run the local test suite with:

NODE_ENV=test pnpm test

Sample Prompts with Claude

Find contacts information

Which of my contacts lists has the most subscribers?

Fetch and Visualize Sending Statistics

Would you be able to make a chart with email delivery statistics for the past week?

Debugging

The MCP server communicates over stdio, please refer to Debugging section of the Model Context Protocol.

License

This project is licensed under the Apache License 2.0. See LICENSE for details.

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Mailjet

How do I install Mailjet?

Run npx mailjet-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mailjet safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mailjet still maintained?

Yes — the latest release is 1.1.0-beta.4 (12 Aug 2026), and the last commit was 9 months ago. The repository has 8 stars and 0 open issues.