MCP Server
MCP
io.github.codespar/mcp-sendgrid
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
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
By
Comments
Sign in to leave a comment