Kit.com MCP Server

The most complete MCP server for Kit.com (formerly ConvertKit). 13 agent-optimized tools covering 100% of the Kit V4 API - including engagement analytics, bulk operations, and broadcast click tracking that no other Kit MCP offers. It runs locally over stdio via the published package.

People connecting email tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-17 · ★ 2 · #54 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Kit.com MCP Server

before you install - you'll need

Set KIT_API_KEY, KIT_OAUTH_TOKEN before connecting.

Claude Code

claude mcp add dancumberland-kit-mcp -- npx -y @dancumberland/kit-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dancumberland-kit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dancumberland/kit-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @dancumberland/kit-mcp - published under the repo owner's npm scope (@dancumberland)

registry namespace io.github.dancumberland is GitHub-verified and matches the repo owner

03 · What Kit.com MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 13 documented tools across manage, read & search, test, including manage_subscribers, manage_tags, manage_broadcasts, manage_forms.

Capability map

Tools grouped from the project's README - what Kit.com MCP Server lets an agent do.

Manage

10 tools - e.g. 10; 6; 8

manage_subscribers · manage_tags · manage_broadcasts · manage_forms · manage_sequences · manage_custom_fields…

read & search

1 tool - e.g. -

get_account

Test

1 tool - e.g. -

test_connection

Bulk

1 tool - e.g. 7

bulk_operations

04 · Who maintains Kit.com MCP Server

Kit.com MCP Server is maintained by dancumberland. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
email - ranked #54 of 75 actively-maintained email servers as of 2026-08-25.
registry
io.github.dancumberland/kit-mcp (active, first published 2026-03-16)
packages
npm:@dancumberland/kit-mcp

06 · Kit.com MCP Server FAQ

Is Kit.com MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-17. We re-verify nightly.

What can Kit.com MCP Server do?

An agent gets 13 documented tools across manage, read & search, test, including manage_subscribers, manage_tags, manage_broadcasts, manage_forms.

How do I install Kit.com MCP Server?

Run `npx -y @dancumberland/kit-mcp`. The README documents 2 environment variables (KIT_API_KEY, KIT_OAUTH_TOKEN) to set first. Set KIT_API_KEY, KIT_OAUTH_TOKEN before connecting. You can also paste the ready-made client config above.

Does Kit.com MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Kit.com MCP Server