Skip to content
Cline

SendGrid MCP Server for Cline

io.github.deyikong/sendgrid-mcp

MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.

client:Cline transport:stdio runtime:npm

Install SendGrid MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sendgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sendgrid-mcp"
      ],
      "env": {
        "SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
        "READ_ONLY": "<READ_ONLY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SendGrid MCP Server in other clients