SendHustle
Rank #90,207io.github.Achlesha/sendhustle-mcp
Send and manage email via the SendHustle API — emails, domains, contacts, audiences, campaigns.
SendHustle is a Model Context Protocol (MCP) server published by Achlesha. It ranks #90,207 of 131,708 servers tracked on MCP Toplist. SendHustle is listed on Official MCP, with 1 tracked version. It was first listed on Sep 17, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 41,501 of 131,708 servers on MCP Toplist.
Use SendHustle
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sendhustle-mcp -e "SENDHUSTLE_API_KEY=<your SENDHUSTLE_API_KEY>" -e "SENDER_EMAIL_ADDRESS=<your SENDER_EMAIL_ADDRESS>" -- npx -y sendhustle-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sendhustle-mcp]
command = "npx"
args = ["-y", "sendhustle-mcp"]
[mcp_servers.sendhustle-mcp.env]
SENDHUSTLE_API_KEY = "<your SENDHUSTLE_API_KEY>"
SENDER_EMAIL_ADDRESS = "<your SENDER_EMAIL_ADDRESS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendhustle-mcp": {
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<your SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<your SENDER_EMAIL_ADDRESS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendhustle-mcp": {
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<your SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<your SENDER_EMAIL_ADDRESS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sendhustle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<your SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<your SENDER_EMAIL_ADDRESS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendhustle-mcp": {
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<your SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<your SENDER_EMAIL_ADDRESS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendhustle-mcp": {
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<your SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<your SENDER_EMAIL_ADDRESS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Achlesha%2Fsendhustle-mcp)<a href="https://mcptoplist.com/server/io.github.Achlesha%2Fsendhustle-mcp"><img src="https://mcptoplist.com/badge/io.github.Achlesha%2Fsendhustle-mcp.svg" alt="MCP Toplist: #90,207 of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Achlesha
Other servers by Achlesha
View all Achlesha servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Sep 17, 2026 |
Frequently asked questions
- Who maintains SendHustle?
- SendHustle is maintained by Achlesha, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is SendHustle listed on the Official MCP Registry?
- Yes — SendHustle is listed on the Official MCP Registry.
- How many versions does SendHustle have?
- MCP Toplist tracks 1 version of SendHustle, most recently published on Sep 17, 2026.
- Where can I find the source code for SendHustle?
- The source code for SendHustle is hosted at github.com/Achlesha/SendHustle.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.