Email Activity (beta) Claude Desktop Config
Add the Email Activity (beta) MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_email_activity__beta__api_key with your actual email activity beta api key
Endpoints
GET
/access_settings/activityRetrieve all recent access attempts
GET
/access_settings/whitelistRetrieve a list of currently allowed IPs
POST
/access_settings/whitelistAdd one or more IPs to the allow list
DELETE
/access_settings/whitelistRemove 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
/alertsRetrieve all alerts
POST
/alertsCreate a new Alert
GET
/alerts/{alert_id}Retrieve a specific alert
DELETE
/alerts/{alert_id}Delete an alert