SendGrid

SendGrid

An MCP server integrating SendGrid API to send emails, manage templates, and track statistics.

0
Stars
0
Forks
0
Releases

Overview

This MCP server provides a SendGrid-powered email platform accessible through the Model Context Protocol (MCP). It enables AI assistants (e.g., Claude, ChatGPT) to issue email actions via stdin/stdout, making it possible to send single or batch emails, send template-based messages, and schedule deliveries. It also offers template management capabilities by listing and creating templates, and provides visibility into performance with statistics and reports (daily, weekly, or monthly). The server uses SendGrid API v3 and requires environment variables: SENDGRID_API_KEY and FROM_EMAIL (a verified sender). Available actions (tools) include sendEmail, sendEmailWithTemplate, sendBatchEmails, listTemplates, getStats, scheduleEmail, and createTemplate, each with parameters described in the README. The MCP server can run standalone or integrate with MCP clients like Cursor IDE, Claude Desktop, or VS Code MCP extensions via standard MCP protocol over stdin/stdout. This combination enables seamless AI-assisted email workflows within diverse tooling ecosystems.

Details

Owner
recepyavuz0
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

Single Email Sending

Send a single email to one recipient in plain text or HTML.

Batch Email Sending

Send emails to multiple recipients simultaneously.

Template-based Emails

Send dynamic emails using pre-built templates.

Scheduled Emails

Schedule emails to be sent at a future date and time.

Template Listing

View existing email templates.

Template Creation

Create new dynamic email templates.

Email Statistics

View email statistics for specific date ranges.

Detailed Reports

Get daily, weekly, or monthly reports.

Audience

AI AssistantsEnable AI assistants to send emails, manage templates, and retrieve statistics via MCP.
DevelopersIntegrate SendGrid email capabilities into MCP-enabled applications and workflows easily.
MCP ClientsConnect with Cursor IDE, Claude Desktop, and other MCP clients.

Tags

SendGridMCPEmailTemplatesStatisticsSchedulingTemplate Management