mcpbeat Sign in

Sendhustle MCP Server

local only

Sendhustle MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Send and manage email via the SendHustle API — emails, domains, contacts, audiences, campaigns.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · sendhustle-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 sendhustle-mcp -- npx -y sendhustle-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sendhustle-mcp": {
      "args": [
        "-y",
        "sendhustle-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sendhustle-mcp]
command = "npx"
args = ["-y", "sendhustle-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sendhustle-mcp": {
      "args": [
        "-y",
        "sendhustle-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sendhustle-mcp": {
      "args": [
        "-y",
        "sendhustle-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SENDHUSTLE_API_KEY (SendHustle API key (create one at https://www.sendhustle.com/docs/api-keys/overview)), SENDER_EMAIL_ADDRESS (Default sender address on a verified domain (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sendhustle MCP

same job, measured the same way
C
PulsyAI
by pulseem

Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.

3 tools answering
Qmailing
by qmailing

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

67 installs/wk answering
MisarMail MCP Server
by misar-ai

Send transactional email, run campaigns, manage contacts and automations, audit deliverability.

54 tools answering
Eusend
by eusend

Send transactional email and manage domains, audiences, and broadcasts from any MCP client.

158 installs/wk answering
Sendly
by sendly

Send email, manage contacts, campaigns and workflows, and diagnose deliverability in Sendly.

answering
Unitpost
by unitpost

Send email with approval: hosted MCP for email, campaigns, contacts, domains.

answering
Bottled
by bottled

Branded email on your own domain: send, reply, search, aliases, contacts and campaigns.

answering
MailJunky
by mailjunky

Send emails, track events, and manage contacts with MailJunky.

answering

Sendhustle MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sendhustle MCP?
Sendhustle 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 sendhustle-mcp.
Is Sendhustle MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Sendhustle 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 sendhustle-mcp straight from npm; nothing to host, nothing to sign up for.