MCP Server
MCP
me.sendable/sendable
Send transactional email from your editor — describe the event, Sendable writes and sends it.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sendableme-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Sendable API key. Free at https://www.sendable.me/keys",
"isRequired": true,
"isSecret": true,
"name": "SENDABLE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment