mcpbeat Sign in

Ecardwidget MCP Server

by ecardwidget Your server? Claim it
local only

Ecardwidget MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 10 Jul 2026.

Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.

Installs per day peak 482 · avg 35 · -56% w/w
a month agotoday
41
Installs / week
npm · ecardwidget-mcp
1
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ecardwidget MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ecardwidget-mcp -- npx -y ecardwidget-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ecardwidget-mcp": {
      "args": [
        "-y",
        "ecardwidget-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ecardwidget-mcp]
command = "npx"
args = ["-y", "ecardwidget-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ecardwidget-mcp": {
      "args": [
        "-y",
        "ecardwidget-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ecardwidget-mcp": {
      "args": [
        "-y",
        "ecardwidget-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ECW_API_KEY (Scoped eCardWidget API key (Settings → Developers → API Keys). Used as a Bearer token.), ECW_BASE_URL (Override the API base URL (default https://app.ecardwidget.com). For custom domains / testing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ecardwidget MCP

same job, measured the same way
Growomat
by growomat

Build, edit and sync Google, Microsoft, Reddit and Meta ad campaigns from your assistant.

answering
Speak AI
by speakai

Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

592 installs/wk answering
LinkedNav
by linglistack

Run LinkedIn outreach from your AI chat: find leads, launch campaigns, send, and reply.

answering
mytesla.io
by mytesla

Control your Tesla from your AI assistant - climate, charging, access, and security.

answering
DripRaven WhatsApp campaigns
by dripraven

Run WhatsApp Business campaigns from any AI assistant: contacts, segments, and broadcasts.

answering
AXL — Run Sales, Marketing & Courses with Your AI
by axl

Let your AI assistant build pages and courses, manage contacts, and run email campaigns in AXL.

answering
Home Assistant MCP
by coolver

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

217 installs/wk local only
CrowdHum
by crowdhum

Create and run live audience polls from your AI assistant, with a scan-to-vote QR and an AI recap.

answering

Ecardwidget MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ecardwidget MCP?
Ecardwidget MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ecardwidget-mcp was installed 41 times last week.
How do I connect Ecardwidget MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ecardwidget-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ecardwidget MCP?
The npm package ecardwidget-mcp was installed 41 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ecardwidget MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.