@emailalias/mcp
@emailalias/mcp
EmailAlias.io REST API用のMCPサーバーです。Claude Desktop、Cursor、Zed、Cline、その他MCP互換のAIアシスタントから、自然言語を使ってメールエイリアスの作成、管理、監視を行うことができます。
「Substack用の新しいエイリアスを作成して、ラベルを『newsletter』にして」 「amazonのエイリアスを無効にして、スパムが来ているから」 「今週、不審な送信者としてフラグが立てられたエイリアスを見せて」
APIアクセスはプレミアム機能です。ダッシュボードのSettings → API KeysからAPIキーを生成してください。
インストール
Claude Desktop
設定ファイルを編集します:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.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その後、commandをemailalias-mcpに変更し、-y @emailalias/mcp引数を削除してください。
Related MCP server: Inbound Email MCP Server
設定
環境変数 | 必須 | デフォルト | 備考 |
| ✅ | — | プレミアム限定。 |
| ❌ |
| ステージングやセルフホスト用の上書き。 |
利用可能なツール
ツール | 機能 |
| 転送/ブロック数を含むすべてのエイリアス |
| ランダム/カスタム/タグ付きエイリアスの作成 |
| 有効/無効の切り替え、ラベルの変更 |
| 送信者表示名の変更(プレミアム、24時間のクールダウンあり) |
| エイリアスの完全削除 |
| 利用可能なシステムドメインおよびカスタムドメイン |
| プライマリおよび検証済み転送先メールボックス |
| 新しい転送先の登録(確認メールが送信されます) |
| 転送先の削除(エイリアスで使用中の場合はブロックされます) |
| エイリアスからの送信(プレミアム) |
| アカウント全体のカウンター |
| ページネーション付き転送ログ(過去90日間) |
| 不審な送信者のアラート |
プロンプト例(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のような破壊的なアクションを承認する前に、モデルが提案する内容を確認してください。
リンク
APIドキュメント: https://emailalias.io/documentation
EmailAlias.io: https://emailalias.io
Model Context Protocol: https://modelcontextprotocol.io
ライセンス
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.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to manage Migadu email hosting services through natural language, including creating mailboxes, setting up aliases, configuring autoresponders, and handling bulk operations efficiently.3513MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with the Inbound Email API to manage domains, endpoints, and email communications. Users can send or schedule emails, manage webhooks, and retrieve email threads through natural language commands.142
- Alicense-qualityCmaintenanceEnables AI assistants to manage temporary email addresses via the mail.tm API, including creating disposable inboxes, reading messages, and managing accounts.MIT
- Alicense-qualityDmaintenanceProvides AI assistants with access to PurelyMail's email management API, enabling user, domain, routing, and billing management through natural language.207MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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