Server Directory
CommunicationBeginner

SendGrid

by SendGrid

GitHub
1.9k

Transactional and marketing email via SendGrid API. Send emails, manage templates, track delivery, monitor engagement metrics, and handle suppressions.

CAPABILITIES

  • Transactional email sending
  • Email template management
  • Delivery tracking
  • Bounce and spam reporting
  • Contact list management
  • Email validation

INSTALLATION

Terminal
npx -y @sendgrid/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "sendgrid": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@sendgrid/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Communication
Difficulty
Beginner
Maintained By
SendGrid
NPM Package
@sendgrid/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →