Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kit": {
"env": {
"KIT_API_KEY": "your-api-key-here"
},
"args": [
"/path/to/mcp-kit/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'kit-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked kit-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / communication
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
DataForSEO API modelcontextprotocol server
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
MCP Security Weekly
Get CVE alerts and security updates for Kit MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

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.
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 webhooknpx kit-mcp-server
Or install globally:
npm install -g kit-mcp-server
git clone https://github.com/aplaceforallmys
... [View full README on GitHub](https://github.com/aplaceforallmystuff/mcp-kit#readme)