Skip to content
Cursor

SendGrid MCP Server for Cursor

io.github.deyikong/sendgrid-mcp

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

client:Cursor transport:stdio runtime:npm

Install SendGrid MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SendGrid MCP Server in other clients