MCP.so
登录

Mailjet Mcp Server

@mailgun

关于 Mailjet Mcp Server

Model Context Protocol server implementation of Mailjet's APIs

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

mailgun

提交者

David Jordine

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mailjet MCP Server?

The Mailjet MCP (Model Context Protocol) Server enables compatible AI agents, such as Claude Desktop, to interact with Mailjet’s contact, campaign, segmentation, statistics, workflow, and more APIs through a standardized tool interface.

How to use Mailjet MCP Server?

Run via NPX with the required environment variable MAILJET_API_KEY, or install manually by cloning the repository and configuring the MCP server in your AI desktop app’s claude_desktop_config.json. Optionally set MAILJET_API_REGION to "eu" for EU servers.

Key features of Mailjet MCP Server

  • Connects AI agents to Mailjet’s REST APIs via MCP
  • Supports contacts, campaigns, segmentation, statistics, and workflows
  • Executable via NPX without manual installation
  • Configurable region (default or EU) through environment variable
  • Communicates over stdio for easy debugging
  • Open‑source under Apache License 2.0

Use cases of Mailjet MCP Server

  • Find which contact list has the most subscribers
  • Fetch and visualize email delivery statistics for the past week
  • Query and manage Mailjet contacts through natural language
  • Integrate Mailjet data into AI‑assisted reporting workflows

FAQ from Mailjet MCP Server

How do I authenticate the Mailjet MCP Server?

Set the MAILJET_API_KEY environment variable with your Mailjet API key and secret key in the format api_key:secret_key. This is required for starting the server.

Can I use the Mailjet MCP Server with EU data centers?

Yes. Set the optional environment variable MAILJET_API_REGION to "eu" to route requests to EU servers. If omitted, the default region is used.

How do I debug the Mailjet MCP Server?

The server communicates over stdio, so refer to the Model Context Protocol debugging documentation for standard MCP debugging practices.

How can I run the test suite?

Run NODE_ENV=test pnpm test to execute the local test suite. This verifies the server’s functionality against your environment.

评论

其他 分类下的更多 MCP 服务器