Skip to content
MCP-Bridge
Communication

Email Activity (beta) Claude Desktop Config

Add the Email Activity (beta) MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "sendgrid-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/sendgrid-com"
      ],
      "env": {
        "EMAIL_ACTIVITY__BETA__API_KEY": "your_email_activity__beta__api_key"
      }
    }
  }
}

Environment Variables

EMAIL_ACTIVITY__BETA__API_KEY

Replace your_email_activity__beta__api_key with your actual email activity beta api key

Endpoints

GET/access_settings/activity

Retrieve all recent access attempts

GET/access_settings/whitelist

Retrieve a list of currently allowed IPs

POST/access_settings/whitelist

Add one or more IPs to the allow list

DELETE/access_settings/whitelist

Remove one or more IPs from the allow list

GET/access_settings/whitelist/{rule_id}

Retrieve a specific allowed IP

DELETE/access_settings/whitelist/{rule_id}

Remove a specific IP from the allowed list

GET/alerts

Retrieve all alerts

POST/alerts

Create a new Alert

GET/alerts/{alert_id}

Retrieve a specific alert

DELETE/alerts/{alert_id}

Delete an alert