mcpbeat Sign in

Kit.com MCP Server

by dancumberland Your server? Claim it
local only

Kit.com MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 17 Mar 2026.

Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.

Installs per day peak 18 · avg 7 · +30% w/w
a month agotoday
36
Installs / week
npm · @dancumberland/kit-mcp
2
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Kit.com MCP Server 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 kit-mcp -- npx -y @dancumberland/kit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kit-mcp": {
      "args": [
        "-y",
        "@dancumberland/kit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kit-mcp]
command = "npx"
args = ["-y", "@dancumberland/kit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kit-mcp": {
      "args": [
        "-y",
        "@dancumberland/kit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kit-mcp": {
      "args": [
        "-y",
        "@dancumberland/kit-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KIT_API_KEY (Your Kit.com API key (find at kit.com → Account Settings → Developer)), KIT_OAUTH_TOKEN (OAuth token for bulk operations and purchases (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kit.com MCP Server

same job, measured the same way
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

1 683 installs/wk local only
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Sequenzy MCP
by polnikale

Sequenzy MCP server for AI-powered email marketing automation.

answering
Kiprio MCP Server
by kiprio

23 API tools for Claude Code — email, DNS, SSL, NLP, scraping. Free tier included.

265 installs/wk local only
SendGrid MCP Server
by deyikong

MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.

286 installs/wk local only
Klaviyo
by pipeworx-io

Klaviyo MCP Pack — wraps the Klaviyo API for email marketing

36 tools answering
MCP Sendgrid
by codespar

MCP server for SendGrid — global transactional + marketing email (Twilio-owned)

24 installs/wk local only

Kit.com MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Kit.com MCP Server?
Kit.com MCP Server 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 @dancumberland/kit-mcp was installed 36 times last week.
How do I connect Kit.com MCP Server?
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 @dancumberland/kit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kit.com MCP Server?
The npm package @dancumberland/kit-mcp was installed 36 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kit.com MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.