postlycloud-mcp
MCP connector for Postly Cloud email service, allowing AI tools to send emails, read inbox, and generate embed code for mailboxes.
README
postlycloud-mcp
Postly Cloud 이메일을 AI 도구(Claude 등)에서 바로 쓰게 해주는 MCP 커넥터입니다.
내 도메인으로 메일을 보내고, 받은 메일을 읽고, 내 메일함을 내 웹사이트에 임베드하는 코드까지 AI가 만들어 줍니다.
제공 도구
| 도구 | 설명 |
|---|---|
send_email |
내 인증 도메인에서 이메일 발송 |
list_emails |
받은/보낸 메일 목록 조회 |
get_email |
메일 1건 상세 보기 |
embed_mailbox |
메일함을 내 사이트에 임베드하는 iframe 코드 생성 |
사전 준비
Postly Cloud 대시보드 → 개발자에서 시크릿 키(sk_live_...)를 발급받으세요.
설치 — 방법 1) 원격 MCP (가장 쉬움, 설치 불필요)
Postly MCP는 원격 HTTP 서버라 패키지 설치 없이 URL만으로 연결됩니다.
claude mcp add --transport http postly https://postlycloud.com/api/mcp \
--header "Authorization: Bearer sk_live_여기에_키"
설치 — 방법 2) 이 커넥터(stdio)
stdio MCP만 지원하는 클라이언트거나 npx로 쓰고 싶을 때:
claude mcp add postly -e POSTLY_API_KEY=sk_live_여기에_키 -- npx -y postlycloud-mcp
또는 MCP 설정 파일에 직접:
{
"mcpServers": {
"postly": {
"command": "npx",
"args": ["-y", "postlycloud-mcp"],
"env": { "POSTLY_API_KEY": "sk_live_여기에_키" }
}
}
}
npm 미게시 상태에서도 GitHub에서 바로 실행할 수 있습니다:
{ "command": "npx", "args": ["-y", "github:undefphoenixdev/postlycloud-mcp"],
"env": { "POSTLY_API_KEY": "sk_live_..." } }
환경변수
| 변수 | 필수 | 설명 |
|---|---|---|
POSTLY_API_KEY |
✓ | Postly 시크릿 키 sk_live_... |
POSTLY_MCP_URL |
기본 https://postlycloud.com/api/mcp |
동작 방식
이 패키지는 stdio ↔ Postly 원격 MCP(HTTPS) 를 잇는 얇은 브리지입니다. 비즈니스 로직은 전부 Postly 서버에 있고, 여기에는 전달 코드만 있습니다. 그래서 안전하게 오픈소스로 공개합니다.
예시 프롬프트
- "내 Postly 메일함을 내 홈페이지에 넣어줘" →
embed_mailbox - "어제 받은 문의 정리해서 hello@mybiz.co.kr 로 요약 보내줘" →
list_emails+send_email
문서
전체 API·MCP·임베드 문서: https://postlycloud.com/docs
라이선스
MIT
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.