Skip to main content
Glama
emailalias

@emailalias/mcp

by emailalias

@emailalias/mcp

EmailAlias.io REST API用のMCPサーバーです。Claude DesktopCursorZedCline、その他MCP互換のAIアシスタントから、自然言語を使ってメールエイリアスの作成、管理、監視を行うことができます。

「Substack用の新しいエイリアスを作成して、ラベルを『newsletter』にして」 「amazonのエイリアスを無効にして、スパムが来ているから」 「今週、不審な送信者としてフラグが立てられたエイリアスを見せて」

APIアクセスはプレミアム機能です。ダッシュボードのSettings → API Keysから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を呼び出し、キーを直接送信します。第三者がキーを見ることはありません。

  • 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