postlycloud-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@postlycloud-mcpembed my mailbox into my homepage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
postlycloud-mcp
Postly Cloud 이메일을 AI 도구(Claude 등)에서 바로 쓰게 해주는 MCP 커넥터입니다.
내 도메인으로 메일을 보내고, 받은 메일을 읽고, 내 메일함을 내 웹사이트에 임베드하는 코드까지 AI가 만들어 줍니다.
제공 도구
도구 | 설명 |
| 내 인증 도메인에서 이메일 발송 |
| 받은/보낸 메일 목록 조회 |
| 메일 1건 상세 보기 |
| 메일함을 내 사이트에 임베드하는 iframe 코드 생성 |
Related MCP server: Email MCP Server
사전 준비
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 시크릿 키 |
| 기본 |
동작 방식
이 패키지는 stdio ↔ Postly 원격 MCP(HTTPS) 를 잇는 얇은 브리지입니다. 비즈니스 로직은 전부 Postly 서버에 있고, 여기에는 전달 코드만 있습니다. 그래서 안전하게 오픈소스로 공개합니다.
예시 프롬프트
"내 Postly 메일함을 내 홈페이지에 넣어줘" →
embed_mailbox"어제 받은 문의 정리해서 hello@mybiz.co.kr 로 요약 보내줘" →
list_emails+send_email
문서
전체 API·MCP·임베드 문서: https://postlycloud.com/docs
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/undefphoenixdev/postlycloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server