MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

An MCP (Model Context Protocol) server that connects AI assistants like Claude to the Kit.com (formerly ConvertKit) email marketing platform. Manage your email lists, subscribers, broadcasts, sequences, and more through natural language.
[!WARNING] This project is deprecated and no longer maintained. Kit now ships official, first-party MCP servers that supersede it with broader API coverage and managed authentication. Please migrate β see below.
This community server was built before Kit offered its own MCP. Kit now maintains official servers that cover far more of the Kit API v4 surface (including analytics, commerce, segments, and bulk operations), handle auth for you, and stay current with API changes. New and existing users should migrate.
| Use case | Official server | URL |
|---|---|---|
| Act on your Kit account β subscribers, tags, sequences, broadcasts, analytics, commerceβ¦ | Kit MCP | https://app.kit.com/mcp |
| Give a coding agent live access to Kit's developer docs + API | Kit Developer Docs MCP | https://developers.kit.com/mcp |
Official setup guides (Claude Desktop, Cursor, Windsurf, Cline, and more): https://developers.kit.com/mcp/kit-developer-docs-mcp/mcp/overview
If you run a newsletter or email marketing on Kit.com, this MCP server lets you:
| Category | Tools |
|---|---|
| Account | Get account information |
| Subscribers | List, get, create, update, manage tags |
| Tags | List, create, update, delete, get subscribers by tag |
| Sequences | List, get, add subscribers |
| Broadcasts | List, get, create, update, delete |
| Forms | List, get, add subscribers |
| Custom Fields | List available fields |
| Webhooks | List, create, delete |
Account
kit_get_account - Get Kit.com account informationSubscribers (7 tools)
kit_list_subscribers - List subscribers with filters (status, date ranges, pagination)kit_get_subscriber - Get a specific subscriber by IDkit_create_subscriber - Create a new subscriberkit_update_subscriber - Update subscriber detailskit_get_subscriber_tags - Get all tags for a subscriberkit_add_tag_to_subscriber - Add a tag to a subscriberkit_remove_tag_from_subscriber - Remove a tag from a subscriberTags (6 tools)
kit_list_tags - List all tagskit_get_tag - Get a specific tagkit_create_tag - Create a new tagkit_update_tag - Rename a tagkit_delete_tag - Delete a tagkit_list_tag_subscribers - List all subscribers with a specific tagSequences (3 tools)
kit_list_sequences - List all email sequenceskit_get_sequence - Get sequence detailskit_add_subscriber_to_sequence - Add subscriber to a sequenceBroadcasts (5 tools)
kit_list_broadcasts - List all broadcastskit_get_broadcast - Get broadcast detailskit_create_broadcast - Create a new broadcastkit_update_broadcast - Update a broadcastkit_delete_broadcast - Delete a broadcastForms (3 tools)
kit_list_forms - List all formskit_get_form - Get form detailskit_add_subscriber_to_form - Add subscriber via formCustom Fields (1 tool)
kit_list_custom_fields - List all custom fieldsWebhooks (3 tools)
kit_list_webhooks - List configured webhookskit_create_webhook - Create a new webhookkit_delete_webhook - Delete a webhookOr install globally:
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Or add to ~/.claude.json:
Once configured, you can interact with Kit.com through natural language:
"Show me all active subscribers from the last 30 days"
"Create a new subscriber with email user@example.com and tag them as 'newsletter'"
"What tags does subscriber@example.com have?"
"List all my tags and how many subscribers each has"
"Create a tag called 'VIP Customers'"
"Add the 'engaged' tag to all subscribers who signed up this month"
"Show me all my email sequences"
"Add user@example.com to the welcome sequence"
"Create a draft broadcast with subject 'Weekly Update' and preview text 'This week in AI...'"
"List all my recent broadcasts and their stats"
"Show me all active forms"
"Add a subscriber to my main signup form"
Ensure you have set the KIT_API_KEY environment variable in your MCP configuration.
Your API key is invalid or expired. Generate a new one from Kit.com Settings > Developer.
Your API key doesn't have permission for this operation. Check that you're using a v4 API key with appropriate scopes.
The resource (subscriber, tag, broadcast, etc.) was not found. Verify the ID is correct.
Invalid request data. Check that email addresses are valid and required fields are provided.
This server uses the Kit.com API v4. All tools support pagination where applicable using per_page and after cursor parameters.
This project is deprecated and not accepting contributions. Please use Kit's official MCP servers instead.
MIT License - see LICENSE for details.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-kit)<a href="https://allmcps.com/mcp/mcp-kit"><img src="https://allmcps.com/api/badge/mcp-kit?style=directory" alt="Mcp Kit on AllMCPs" /></a>