Skip to main content
Glama
emailalias

@emailalias/mcp

by emailalias

@emailalias/mcp

EmailAlias.io REST API를 위한 MCP 서버입니다. Claude Desktop, Cursor, Zed, Cline 및 기타 MCP 호환 AI 어시스턴트에서 자연어를 사용하여 이메일 별칭을 생성, 관리 및 모니터링할 수 있습니다.

"Substack용 새 별칭을 만들고 '뉴스레터'라고 라벨을 붙여줘" "amazon 별칭을 비활성화해줘, 스팸이 너무 많이 와" "이번 주에 의심스러운 발신자로 표시된 별칭들을 보여줘"

API 액세스는 프리미엄 기능입니다. 대시보드의 설정 → API 키에서 API 키를 생성하세요.

설치

Claude Desktop

설정 파일을 편집하세요:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json

mcpServers 아래에 emailalias 항목을 추가하세요:

{
  "mcpServers": {
    "emailalias": {
      "command": "npx",
      "args": ["-y", "@emailalias/mcp"],
      "env": {
        "EMAILALIAS_API_KEY": "ea_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Claude Desktop을 다시 시작하세요. 서버가 연결되었음을 확인하는 🔌 플러그 아이콘이 표시되어야 합니다.

Cursor, Zed, Cline 및 기타 MCP 클라이언트

모든 MCP 호환 클라이언트는 동일한 형식을 허용합니다. 정확한 설정 경로는 클라이언트 문서를 참조한 다음, 다음을 사용하세요:

command: npx
args: -y @emailalias/mcp
env: EMAILALIAS_API_KEY=ea_live_...

전역 설치 (선택 사항)

실행할 때마다 npx가 패키지를 다운로드하지 않게 하려면:

npm install -g @emailalias/mcp

그런 다음 commandemailalias-mcp로 변경하고 -y @emailalias/mcp 인수를 제거하세요.

Related MCP server: Inbound Email MCP Server

설정

환경 변수

필수

기본값

참고

EMAILALIAS_API_KEY

프리미엄 전용. ea_live_로 시작합니다.

EMAILALIAS_BASE_URL

https://emailalias.io

스테이징/자체 호스팅용 재정의.

사용 가능한 도구

도구

기능

list_aliases

전달/차단 횟수를 포함한 모든 별칭

create_alias

무작위 / 사용자 지정 / 태그 지정 별칭 생성

update_alias

활성 상태 전환, 라벨 이름 변경

update_alias_display_name

발신자 표시 이름 변경 (프리미엄, 24시간 쿨타임)

delete_alias

별칭 영구 삭제

list_available_domains

시스템 + 사용 가능한 사용자 지정 도메인

list_destinations

기본 + 인증된 전달 받은 편지함

add_destination

새 전달 대상 등록 (이메일 인증 트리거)

delete_destination

대상 제거 (별칭이 여전히 사용 중인 경우 차단됨)

send_email

별칭으로 이메일 보내기 (프리미엄)

get_dashboard_stats

계정 전체 카운터

list_email_logs

페이지 단위 전달 로그 (최근 90일)

list_exposure_events

의심스러운 발신자 알림

예시 프롬프트 (Claude Desktop)

Create a disposable alias for signing up to Substack. Label it "newsletter".
Show me all aliases that have received zero emails in 30 days.
Disable every alias labelled "shopping" and list what you disabled.
What's my exposure alert count for this month?

개발

git clone https://github.com/emailalias/emailalias-mcp.git
cd emailalias-mcp
npm install
npm run build

# Test against the MCP Inspector (installs on demand)
npx @modelcontextprotocol/inspector node dist/index.js

수동 실행을 위해서는 셸에 EMAILALIAS_API_KEY가 설정되어 있어야 합니다.

보안 참고 사항

  • API 키는 컴퓨터에 유지됩니다. 이 서버는 로컬(stdio 전송)에서 실행되며, HTTPS를 통해 EmailAlias API를 호출하고 키를 직접 전송합니다. 제3자는 이를 볼 수 없습니다.

  • claude_desktop_config.json을 커밋하지 마세요. 키가 포함되어 있습니다. .env 파일처럼 취급하세요.

  • 범위가 중요합니다. LLM이 호출하기로 결정한 모든 MCP 도구는 귀하의 라이브 계정에 대해 실행됩니다. delete_alias와 같은 파괴적인 작업을 승인하기 전에 모델이 제안하는 내용을 검토하세요.

링크

라이선스

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to manage Migadu email hosting services through natural language, including creating mailboxes, setting up aliases, configuring autoresponders, and handling bulk operations efficiently.
    35
    13
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to manage temporary email addresses via the mail.tm API, including creating disposable inboxes, reading messages, and managing accounts.
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides AI assistants with access to PurelyMail's email management API, enabling user, domain, routing, and billing management through natural language.
    20
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

  • AI email automation, follow-ups, training, previews, and mailbox troubleshooting.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

View all MCP Connectors

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/emailalias/emailalias-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server