Loading MCP server directory, please wait...
Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.
npx @getmcp/cli add io.github.eCardWidget/ecardwidget-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ECW_API_KEYScoped eCardWidget API key (Settings → Developers → API Keys). Used as a Bearer token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eCardWidget/ecardwidget-mcp": {
"command": "npx",
"args": [
"-y",
"ecardwidget-mcp"
],
"env": {
"ECW_API_KEY": "",
"ECW_BASE_URL": "https://app.ecardwidget.com"
}
}
}
}