MCP Server
MCP
io.github.aplaceforallmystuff/mcp-kit
MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "kit-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Kit.com API key (v4)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KIT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment