mailplug-jandi-mcp
MCP server for Mailplug email workflows and JANDI notifications, providing tools to build and send JANDI messages via webhook.
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_recentjandi_build_messagejandi_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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
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.