Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @dancumberland/kit-mcp
MCP client config
{
"mcpServers": {
"kit-com-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dancumberland/kit-mcp"
]
}
}
}