Odel
Kit.com MCP Server

Kit.com MCP Server

Local
@dancumberland2TypeScriptMITUpdated 5mo ago

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).

npm@dancumberland/kit-mcpv1.0.1

Run

npx -y @dancumberland/kit-mcp

MCP client config

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