← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-sendgrid

github By github 👁 1 views ▲ 0 votes

MCP server for SendGrid — global transactional + marketing email (Twilio-owned)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-sendgrid",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SendGrid API key. Used as Bearer token in the Authorization header.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SENDGRID_API_KEY"
        },
        {
          "description": "Optional default From address used by send_mail / send_template when `from.email` is omitted. Must be a Verified Sender or authenticated domain.",
          "format": "string",
          "name": "SENDGRID_FROM_EMAIL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...