mailplug-jandi-mcp

mailplug-jandi-mcp

MCP server for Mailplug email workflows and JANDI notifications, providing tools to build and send JANDI messages via webhook.

Category
Visit Server

README

Mailplug JANDI MCP

TypeScript MCP scaffold for Mailplug email workflows and JANDI notifications. The current implementation is a safe stdio MCP scaffold with JANDI payload helpers and placeholder Mailplug tooling; live Mailplug POP3/SMTP and JANDI credentials are intentionally left for local .env setup later.

Current Scope

  • MCP stdio server using @modelcontextprotocol/sdk@1.29.0.
  • Tool names reserved for the MVP:
    • mailplug_list_recent
    • jandi_build_message
    • jandi_send_message
  • JANDI Incoming Webhook payload builder and sender.
  • Placeholder Mailplug recent-message tool that returns an empty list until credentials and POP3 behavior are approved.
  • Future-only Apache vhost examples for mcp.nimbustech.co.kr.

Setup

npm install
cp .env.example .env
npm run check
npm run build

Do not commit .env or any real webhook URL, Mailplug app password, token, certificate path, or secret.

Environment

Variable Purpose
MAILPLUG_EMAIL Mailplug mailbox address for future POP3/SMTP use.
MAILPLUG_APP_PASSWORD Mailplug app password for future POP3/SMTP use.
MAILPLUG_POP3_HOST Defaults to pop3.mailplug.co.kr.
MAILPLUG_POP3_PORT Defaults to 995.
MAILPLUG_SMTP_HOST Defaults to smtp.mailplug.co.kr.
MAILPLUG_SMTP_PORT Defaults to 465.
JANDI_WEBHOOK_URL JANDI Incoming Webhook URL. Fill only in local .env.
MCP_PUBLIC_URL Planned public URL, https://mcp.nimbustech.co.kr/mcp.
MCP_HTTP_PORT Future HTTP backend port, currently 8710.

Development Commands

npm run dev       # run stdio MCP server locally
npm test          # run unit tests
npm run typecheck # TypeScript only
npm run build     # emit dist/
npm run check     # typecheck + tests

Future Apache Vhost Plan

The target public host is mcp.nimbustech.co.kr. Public DNS currently resolves to the nimbus server IP from outside, but the nimbus server resolver may remain stale until DNS cache refreshes. Do not apply the vhost until DNS, certificate issuance, and deployment timing are explicitly approved.

Example-only config lives in deploy/apache/. It is not a live Apache configuration and should not be copied blindly.

Push Readiness

This repo has no remote configured yet. To push, provide the target Git remote URL and confirm whether the first branch should remain master or be renamed to main.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured