mailbridge-mcp
Configure and use the Mailbridge MCP server for safe Fastmail email search, reading, thread lookup, and draft creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure and use the Mailbridge MCP server for safe Fastmail email search, reading, thread lookup, and draft creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | mailbridge-mcp |
| description | Configure and use the Mailbridge MCP server for safe Fastmail email search, reading, thread lookup, and draft creation. |
Use this skill when configuring or using the Mailbridge MCP server for Fastmail. Mailbridge is intentionally limited to safe email search, reading, recent listing, thread lookup, and draft creation.
draft_email as draft-only. It creates a draft and must not send it.mailbridge setup --dry-run before editing any MCP client config.Environment credentials:
export FASTMAIL_USERNAME="user@example.com"
export FASTMAIL_API_TOKEN="replace-with-fastmail-api-token"
mailbridge setup --dry-run
1Password credentials:
export MAILBRIDGE_CREDENTIAL_SOURCE="1password"
export MAILBRIDGE_1PASSWORD_VAULT="Private"
export MAILBRIDGE_1PASSWORD_ITEM="Fastmail API Token"
export MAILBRIDGE_1PASSWORD_USERNAME_FIELD="username"
export MAILBRIDGE_1PASSWORD_TOKEN_FIELD="api_token"
mailbridge setup --dry-run
The 1Password configuration names the vault, item, and fields only. The token value stays in 1Password.
mailbridge binary is installed and available.mailbridge setup --dry-run.search_email,
read_email, list_recent, find_threads, and draft_email.Claude Desktop uses an mcpServers.mailbridge JSON entry with
command = "mailbridge" and args = ["serve"].
Codex uses an [mcp_servers.mailbridge] TOML entry with
command = "mailbridge" and args = ["serve"].
Cursor uses MCP JSON. For project-scoped config, use .cursor/mcp.json with an
mcpServers.mailbridge JSON entry, command = "/absolute/path/to/mailbridge",
and args = ["serve"]. If the installed Cursor version prefers MCP settings UI
configuration, use that UI.
Use the Skills CLI to install this consumer skill for the active agent host:
npx skills add rwjblue/mailbridge-mcp --skill mailbridge-mcp --agent codex
npx skills add rwjblue/mailbridge-mcp --skill mailbridge-mcp --agent claude-code
npx skills add rwjblue/mailbridge-mcp --skill mailbridge-mcp --agent cursor
search_email: search by query and limit; returns message summaries.read_email: read one message by message_id.list_recent: list recent messages with a clamped limit.find_threads: search and return matching thread summaries.draft_email: create a plaintext draft only.If a user asks to send, delete, or move email, explain that Mailbridge MCP does not support those operations and that they require a new approved design.