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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • 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 BuildlistAllMCPs 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 Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. SenderKit
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:32:29 PM

SenderKit

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

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

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 β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "senderkit": {
      "command": "npx",
      "args": [
        "-y",
        "senderkit"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Documentation Overview

SenderKit Skills

HOL Guard HOL Guard Score OpenSSF Scorecard

Add transactional email, SMS, push, and web-push notifications to any app β€” straight from your AI coding agent. Portable AI-agent skills for SenderKit, packaged as a plugin for Claude Code, OpenAI Codex, Cursor, opencode, and other Agent Skills-compatible coding assistants.

SenderKit sends email, SMS, push, and web-push directly, and can also route through providers like Resend, SendGrid, Postmark, Mailgun, SES, Twilio, FCM, APNs, and Expo β€” so your app isn't locked into one vendor. These skills let an agent wire SenderKit into your codebase and operate it at runtime over MCP.

This repository contains one senderkit plugin with three related skills:

  • senderkit-integration - add SenderKit to an app, or replace/route an existing email, SMS, or push provider through it.
  • senderkit-mcp-messaging-operations - send and inspect messages at runtime through the SenderKit MCP connector.
  • senderkit-email-deliverability - authenticate a sending domain (SPF/DKIM/DMARC) so email reaches the inbox.

What can I ask?

You don't need to name SenderKit β€” these skills activate on everyday messaging requests. Examples:

You askSkill that helps
"Add a welcome email when a user signs up"senderkit-integration
"Set up SMS OTP / verification codes"senderkit-integration
"Add push notifications to this project"senderkit-integration
"Send password-reset and receipt emails"senderkit-integration
"Switch my email provider to SenderKit (or route through it, no lock-in)"senderkit-integration
"Send a test email and check its delivery status"senderkit-mcp-messaging-operations
"Why did this message fail? Cancel that scheduled send"senderkit-mcp-messaging-operations
"Why are my emails going to spam? Set up DKIM/SPF/DMARC"senderkit-email-deliverability

Rule of thumb: integration writes SenderKit into your code; messaging operations sends and inspects messages at runtime via MCP.

Install

This repo ships per-platform metadata β€” Claude Code (.claude-plugin/), OpenAI Codex (.codex-plugin/), Cursor (.cursor-plugin/), and opencode (opencode.json) β€” and the authored skills under ./skills/. Pick your agent below; each path ends with a quick check so you know it worked.

Any agent (skills CLI)

The skills CLI installs the skills into the right location for whichever agent you use (Claude Code, Codex, Cursor, opencode, and others):

Terminal
npx skills add senderkit/senderkit-skills

It detects your agent, lists the three skills, and copies the ones you pick. This installs the skills only β€” to get the senderkit_* MCP tools, also connect the MCP server (see Connect the SenderKit MCP server).

Check it works: ask your agent "Use senderkit-integration to add a welcome email."

Claude Code

From the marketplace (recommended):

text
/plugin marketplace add senderkit/senderkit-skills
/plugin install senderkit@senderkit-skills

From a local checkout (for development):

Terminal
claude --plugin-dir .

This loads both skills and the SenderKit MCP server from the repo's .mcp.json (OAuth, no key stored). Run /mcp, sign in, and pick a workspace and test/live mode.

Check it works: run /mcp β€” the senderkit server should be connected β€” or ask "Use senderkit-integration to add a welcome email."

OpenAI Codex

"ChatGPT" support means Codex, OpenAI's coding agent (CLI / IDE extension / app). The ChatGPT chat app does not load skills.

Codex discovers skills from .agents/skills/ directories. Vendor the skills into your user scope (available in every repo) or a single repo's scope:

bash
git clone https://github.com/senderkit/senderkit-skills.git
mkdir -p ~/.agents/skills
cp -R senderkit-skills/skills/senderkit-integration ~/.agents/skills/
cp -R senderkit-skills/skills/senderkit-mcp-messaging-operations ~/.agents/skills/
# repo-scoped instead? copy into <your-repo>/.agents/skills/

Restart Codex so it picks them up. Connect MCP: the bundled .codex-plugin/mcp.json points Codex at https://mcp.senderkit.com over OAuth β€” run codex mcp login senderkit to sign in (no key stored). Prefer an API key? See API key (optional) below, or run senderkit mcp install --client codex.

Check it works: run /skills (the SenderKit skills should be listed) or invoke one explicitly with $senderkit-integration.

Distributing the full plugin (skills + MCP) to a team? Publish this repo as a Codex marketplace and install via codex β†’ /plugins. See https://developers.openai.com/codex/plugins/build.

Cursor

For an individual install, load this repo as a local plugin:

bash
git clone https://github.com/senderkit/senderkit-skills.git
ln -s "$(pwd)/senderkit-skills" ~/.cursor/plugins/local/senderkit

Reload Cursor (Developer: Reload Window). Skills show up under Settings β†’ Rules & Skills and can be invoked with /senderkit-integration. Connect MCP: the bundled .cursor-plugin/plugin.json points Cursor at https://mcp.senderkit.com over OAuth β€” open Settings β†’ MCP, toggle the server on, and sign in (no key stored). Prefer an API key? See API key (optional) below, or run senderkit mcp install --client cursor.

For teams, import this GitHub repo as a Team Marketplace (Dashboard β†’ Settings β†’ Plugins; Teams/Enterprise plans). See https://cursor.com/docs/plugins.

Check it works: type /senderkit-integration in chat, or ask "Send a test email and check its status via SenderKit MCP."

opencode

opencode auto-discovers Agent Skills (one folder per skill, SKILL.md inside) from ~/.config/opencode/skills/ (user scope, every repo) or .opencode/skills/ (repo scope) β€” and also reads .claude/skills/ and .agents/skills/, so the same skill folders work unchanged. Vendor them in:

bash
git clone https://github.com/senderkit/senderkit-skills.git
mkdir -p ~/.config/opencode/skills
cp -R senderkit-skills/skills/senderkit-integration ~/.config/opencode/skills/
cp -R senderkit-skills/skills/senderkit-mcp-messaging-operations ~/.config/opencode/skills/
cp -R senderkit-skills/skills/senderkit-email-deliverability ~/.config/opencode/skills/
# repo-scoped instead? copy into <your-repo>/.opencode/skills/

Connect MCP: merge the mcp block from this repo's opencode.json into your own opencode.json (project root or ~/.config/opencode/opencode.json). It points opencode at https://mcp.senderkit.com as a "type": "remote" server with no auth, so opencode runs the OAuth flow on first use (no key stored). Sign in with opencode mcp auth senderkit. Prefer an API key? See API key (optional) below.

Check it works: run opencode mcp list (the senderkit server should be listed) or ask "Use senderkit-integration to add a welcome email."

Connect the SenderKit MCP server

Installing the plugin/skills gives you the senderkit_* MCP tools. Auth differs per client:

  • Claude Code β€” OAuth via the repo's .mcp.json. Run /mcp, sign in, pick a workspace and test/live mode. No API key is stored in the repo.
  • Cursor β€” OAuth via the bundled .cursor-plugin/plugin.json. Toggle the server under Settings β†’ MCP and sign in. No API key is stored in the repo.
  • Codex β€” OAuth via the bundled .codex-plugin/mcp.json. Run codex mcp login senderkit to sign in. No API key is stored in the repo.
  • opencode β€” OAuth via the bundled opencode.json ("type": "remote", url only). Run opencode mcp auth senderkit to sign in. No API key is stored in the repo.

API key (optional)

Every shipped manifest is OAuth-only, so no credential is committed. mcp.senderkit.com also accepts an API key if you'd rather skip OAuth β€” set SENDERKIT_API_KEY (the sk_live_ / sk_test_ prefix selects mode) and add it in your own MCP config:

  • Cursor / Claude Code / Windsurf β€” add an Authorization header, e.g. in ~/.cursor/mcp.json:
    config.json
    {
      "mcpServers": {
        "senderkit": {
          "url": "https://mcp.senderkit.com",
          "headers": { "Authorization": "Bearer ${env:SENDERKIT_API_KEY}" }
        }
      }
    }
    
  • Codex β€” add "bearer_token_env_var": "SENDERKIT_API_KEY" to the senderkit server in your own .codex-plugin/mcp.json (or ~/.codex/config.toml).
  • opencode β€” in your own opencode.json, set "oauth": false on the senderkit server and add a header: "headers": { "Authorization": "Bearer {env:SENDERKIT_API_KEY}" } (opencode interpolates {env:VAR}).

Other clients (Windsurf, VS Code, Zed, Claude Desktop) and manual config: see skills/senderkit-mcp-messaging-operations/README.md and https://docs.senderkit.com/mcp/installation. The SenderKit CLI can also write the config for you: senderkit mcp install --client cursor (or codex, claude-code, vscode, zed, all).

Skills

SenderKit Integration

Use senderkit-integration when an agent needs to modify an application: detect the stack, add SenderKit, migrate provider calls, preserve existing notification behavior, and verify the integration before live traffic.

Suggested prompt:

text
Use $senderkit-integration to add SenderKit transactional messaging to this project.

Claude Code plugin command:

text
/senderkit:senderkit-integration

SenderKit MCP Messaging Operations

Use senderkit-mcp-messaging-operations when an agent has access to the SenderKit MCP server and needs to send messages, inspect templates, check message status, or cancel pending sends through MCP tool calls.

Suggested prompt:

text
Use $senderkit-mcp-messaging-operations to send a test message and verify its status through SenderKit MCP.

Claude Code plugin command:

text
/senderkit:senderkit-mcp-messaging-operations

SenderKit Email Deliverability

Use senderkit-email-deliverability when transactional email needs to be authenticated to reach the inbox: diagnose current SPF/DKIM/DMARC with dig, generate the exact records to add, point to the SenderKit dashboard for issued values, and verify publication.

Suggested prompt:

text
Use $senderkit-email-deliverability to diagnose and fix SPF, DKIM, and DMARC for my sending domain.

Claude Code plugin command:

text
/senderkit:senderkit-email-deliverability

Repository layout

text
senderkit-skills/
|-- .claude-plugin/
|   |-- marketplace.json
|   `-- plugin.json
|-- .codex-plugin/
|   |-- mcp.json
|   `-- plugin.json
|-- .cursor-plugin/
|   |-- marketplace.json
|   `-- plugin.json
|-- .github/
|   |-- dependabot.yml
|   `-- workflows/
|       |-- validate.yml
|       `-- hol-scanner.yml
|-- .codexignore
|-- .mcp.json
|-- opencode.json
|-- AGENTS.md
|-- LICENSE
|-- README.md
|-- SECURITY.md
|-- llms.txt
`-- skills/
    |-- senderkit-email-deliverability/
    |-- senderkit-integration/
    `-- senderkit-mcp-messaging-operations/

Official docs

  • SenderKit MCP overview: https://docs.senderkit.com/mcp/overview
  • SenderKit MCP tools: https://docs.senderkit.com/mcp/tools
  • SenderKit OpenAPI: https://www.senderkit.com/openapi.yaml

Related MCP Servers

View all in Communication View all alternatives
  • Mcp logoMcp

    Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks β€” 21 SentFromAI tools.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’
  • Mcp logoMcp

    Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks β€” 21 SentVia tools.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Mcp logoMcp

    Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’

Frequently Asked Questions about SenderKit

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "senderkit": { "command": "npx", "args": ["-y", "SenderKit"] } }

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 PreviewSenderKit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/senderkit?style=directory)](https://allmcps.com/mcp/senderkit)
HTML Embed
<a href="https://allmcps.com/mcp/senderkit"><img src="https://allmcps.com/api/badge/senderkit?style=directory" alt="SenderKit on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
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.
25Quality signal: Emerging Β· 25/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 & tools10/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it 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 SenderKit β†’Install in Claude DesktopInstall in CursorInstall in VS Code