Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Send Email
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Send Email

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Send emails from natural language prompts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "send-email": {
      "command": "npx",
      "args": [
        "-y",
        "send-email"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

mcp.build

mcp.build is a community to build open source MCPs (Model Context Protocol servers) that adopted the Hal9 open source agent structure for its ease of use for deployment and interoperability.

Website: hal9ai.github.io/mcp.build (GitHub Pages from /docs)

This repo is structured so coding agents (Claude Code, Grok Build, Cursor, Codex, …) can contribute with minimal guesswork. Start at AGENTS.md and docs/llms.txt.

Why Hal9 agents?

Hal9 agents are intentionally simple: read from stdin with input(), write to stdout with print(). No framework lock-in. That shape maps cleanly to how MCPs expose tools to models, and makes agents easy to:

  • Develop β€” plain Python, any library
  • Deploy β€” hal9 deploy or GitHub Actions to hal9.com
  • Interoperate β€” same agent can run as a chatbot, an API, or an MCP tool

Agents

AgentDescriptionPath
send-emailSend emails with Resend from natural language prompts (Groq tool use)send-email/

send-email

Example prompt:

text
send email to javier@hal9.ai with text hello!

The agent:

  1. Reads the prompt via input()
  2. Calls a Groq model with a send_email tool definition
  3. Maps the tool call to the Resend API
  4. Prints the result via print()

Environment variables

VariableRequiredDescription
GROQ_API_KEYYesAPI key from console.groq.com
RESEND_API_KEYYesAPI key from resend.com
RESEND_FROMNoSender address (default: mcp.build <onboarding@resend.dev>)
GROQ_MODELNoModel id (default: qwen/qwen3.6-27b)

Local run

server.ts
cd send-email
pip install -r requirements.txt
export GROQ_API_KEY=...
export RESEND_API_KEY=...
echo "send email to you@example.com with text hello!" | python app.py

Deploy to Hal9

server.ts
export HAL9_TOKEN=...   # from https://hal9.com/devs
hal9 deploy send-email --name send-email --access public \
  --title "Send Email" \
  --description "Send emails via Resend using natural language prompts"

On push to main, if files under send-email/ change, .github/workflows/send-email.yaml deploys a new version to Hal9 (same pattern as hal9ai/hal9 app deploy workflows). Set the HAL9_TOKEN repository secret in GitHub Actions.

Publish to the MCP Registry

The hosted send-email MCP is published as a remote-only server to the official MCP Registry under io.github.hal9ai/send-email. Metadata lives in send-email/server.json. On push to main (when send-email/ changes), .github/workflows/publish-send-email.yaml publishes it using GitHub OIDC β€” no extra GitHub secrets. The registry version is version in that file. If it is already published, the job skips. Bump version there to ship a new registry entry.

Website (GitHub Pages)

Static site lives in docs/ β€” no build step.

PathRole
docs/index.htmlLanding page β€” what mcp.build is + list of available MCPs
docs/send-email/index.htmlDedicated page per MCP (usage, "Add to Claude", etc.) β€” template for new MCPs
docs/css/styles.cssStyles
docs/agents.jsonMachine-readable agent catalog
docs/llms.txtShort instructions for LLMs / agents
AGENTS.mdFull rules for coding agents

Enable Pages: repo Settings β†’ Pages β†’ Build and deployment β†’ Source: Deploy from a branch β†’ Branch: main β†’ Folder: /docs.

Contributing an agent (MCP)

This repo is designed so coding agents (Claude Code, Grok Build, Cursor, Codex, …) and humans can contribute a new MCP with minimal guesswork. Full checklist: AGENTS.md. Use send-email/ as the reference implementation and .github/workflows/send-email.yaml as the deploy pattern.

Expected layout

text
# minimum
my-tool/
  app.py               # input() β†’ work β†’ print()
  requirements.txt     # optional
  hal9.yaml            # optional welcome

# also update
.github/workflows/my-tool.yaml
docs/agents.json
docs/my-tool/index.html   # dedicated docs page for the MCP
README.md

Minimal agent

python
# my-tool/app.py
prompt = input()
# … call APIs, tools, models …
print(result)

Steps

  1. Create a new folder at the repo root, e.g. my-tool/. Keep the name short, kebab-case.

  2. Add app.py. Use input() / print() (or any stdin/stdout) so the agent stays Hal9- and MCP-friendly. Prefer no hal9 package unless you need session state.

  3. Add a requirements.txt if you need third-party packages.

  4. Optionally add hal9.yaml with a welcome: message.

  5. Add a GitHub Actions workflow, .github/workflows/my-tool.yaml, that deploys when that folder changes:

    yaml
    on:
      push:
        branches: [main]
        paths:
          - my-tool/**
          - .github/workflows/my-tool.yaml
    # job: pip install hal9 β†’ checkout β†’ if my-tool/ changed:
    hal9 deploy my-tool --name my-tool --access public \
      --title "My Tool" --description "…"
    

    Secret: HAL9_TOKEN (agent runtime keys like GROQ_API_KEY are configured on the Hal9 side / local env β€” never committed).

  6. Register the agent in docs/agents.json (include an id, description, and docs_path pointing at its docs page) and mention it in the table above.

  7. Add a dedicated docs page at docs/<my-tool>/index.html so it shows up at https://hal9ai.github.io/mcp.build/my-tool/ (or https://mcp.build/my-tool/). Copy docs/send-email/index.html as a template β€” it covers what the MCP does, how agents use it, and how to add it to Claude and other MCP clients.

  8. Do not commit secrets; document required env vars in this README.

License

Contributions are welcome. Individual agents may carry their own licenses; see each folder for details.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • SenderKit logoSenderKit

    Build and send email, SMS, and push straight from your AI agent.

    πŸ’¬ Communication2 views
    Compare vs SenderKit β†’
  • Abnormal Security MCP logoAbnormal Security MCP

    Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

    πŸ’¬ Communication0 views
    Compare vs Abnormal Security MCP β†’
  • M
    MCP Emails

    Email for AI agents: read, search, send, organize, and schedule across your inboxes.

    πŸ’¬ Communication0 views
    Compare vs MCP Emails β†’
  • Threadline MCP logoThreadline MCP

    Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

    πŸ’¬ Communication1 views
    Compare vs Threadline MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Send Email

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "send-email": { "command": "npx", "args": ["-y", "Send Email"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSend Email AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/send-email?style=directory)](https://allmcps.com/mcp/send-email)
HTML Embed
<a href="https://allmcps.com/mcp/send-email"><img src="https://allmcps.com/api/badge/send-email?style=directory" alt="Send Email on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
24Quality signal: Emerging Β· 24/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools9/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Send Email β†’Install in Claude DesktopInstall in CursorInstall in VS Code