ecardwidget mcp for Cursor
io.github.ecardwidget/ecardwidget-mcp
Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.
client:Cursor
transport:stdio
runtime:npm
Install ecardwidget mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ecardwidget-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ecardwidget-mcp"
],
"env": {
"ECW_API_KEY": "<ECW_API_KEY>",
"ECW_BASE_URL": "<ECW_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs