Back to Home
ohadive icon

kit-mcp-server

Verified Safe

by ohadive

Overview

Enables AI assistants like Claude to securely manage email broadcasts, subscribers, and tags in Kit.com with a local-first, approval-based workflow.

Installation

Run Command
node dist/index.js

Environment Variables

  • KIT_API_KEY
  • KIT_API_SECRET
  • DRAFTS_PATH

Security Notes

The server demonstrates a strong 'security-first' approach. All write operations (creating broadcasts, adding subscribers, creating tags/tagging) require explicit user approval via an internal approval queue. Critically, 'delete_broadcast' and 'unsubscribe' operations are explicitly forbidden. API keys are loaded from environment variables (recommended to be configured in Claude Desktop config), preventing hardcoding. The 'local-first' workflow for email drafts ensures content review before any external API calls. The server runs entirely on the user's machine, limiting network exposure. No 'eval' or other dynamic code execution that could be exploited was found. The code relies on the `@modelcontextprotocol/sdk` for safe tool invocation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-18

Tags

MCPKit.comEmail MarketingAI Assistant ToolSecurity