mcpbeat Sign in
local only

MCP Kit runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 1 Jun 2026.

MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 60 · avg 11 · +97% w/w
a month agotoday
48
Installs / week
npm · kit-mcp-server
4
Stars
1 open issues
1 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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

This one needs environment variables set before it will start: KIT_API_KEY (Your Kit.com API key (v4)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Kit

same job, measured the same way
Mailrith Email Marketing
by mailrith

Manage Subscribers, Broadcasts, Sequences, Automations, and reporting in Mailrith.

104 installs/wk 55 tools answering
MCP Take Blip
by codespar

MCP server for Take Blip — chatbots, messaging, contacts, broadcasts

29 installs/wk local only
Substack MCP Server
by marcomoauro

Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.

149 installs/wk local only
MQTT
by nagarjunr

MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).

53 installs/wk local only
ChipsAI MCP Server
by fgasparetto

MCP server for ChipsAI — manage chatbots, conversations, and AI models

70 installs/wk local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
Tinysend
by tinysend

Email for agents: newsletters, subscribers, contacts, broadcasts. OAuth sign-in, no API key.

answering
Google Tag Manager MCP
by a1-x-tech

MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.

120 installs/wk local only

MCP Kit — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Kit?
MCP Kit 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 kit-mcp-server was installed 48 times last week.
Is MCP Kit still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. 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 MCP Kit?
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 kit-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Kit?
The npm package kit-mcp-server was installed 48 times in the last week. Week over week that is +97%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Kit open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.