← Back to Plugins
MCP Server MCP

Kit.com MCP Server

github By github 👁 1 views ▲ 0 votes

Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.

Homepage Verified source GitHub

Install

npx -y @dancumberland/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dancumberland/kit-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Kit.com API key (find at kit.com → Account Settings → Developer)",
          "name": "KIT_API_KEY"
        },
        {
          "description": "OAuth token for bulk operations and purchases (optional)",
          "name": "KIT_OAUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...