Skip to content
MCP-Bridge
Communication

Amazon WorkMail Message Flow MCP Config

The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-workmailmessageflow.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-workmailmessageflow.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-workmailmessageflow": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-workmailmessageflow"],
      "env": {
      "AMAZON_WORKMAIL_MESSAGE_FLOW_API_KEY": "your_amazon_workmail_message_flow_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-workmailmessageflow.json

Environment Variables

AMAZON_WORKMAIL_MESSAGE_FLOW_API_KEY

Replace your_amazon_workmail_message_flow_api_key with your actual amazon workmail message flow api key

Endpoints

GET/messages/{messageId}

GetRawMessageContent

POST/messages/{messageId}

PutRawMessageContent