stdioTypeScript기타
SendGrid
이메일 발송.
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y @sendgrid/mcp
클라이언트 설정
Claude Desktop의 claude_desktop_config.json에 그대로 붙여 넣으세요.
{
"mcpServers": {
"sendgrid": {
"command": "npx",
"args": ["-y", "@sendgrid/mcp"],
"env": { "SENDGRID_KEY": "..." }
}
}
}제공 기능
send_email
설치 + 검증 (4단계)
Claude Desktop 기준. Cursor·Cline·Continue 등 다른 클라이언트는 각자의 MCP 설정 위치를 참고하세요.