mcp-mautic-server
Version:
MCP server for Mautic marketing automation platform integration
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "mcp-mautic-server",
"version": "1.2.4",
"description": "MCP server for Mautic marketing automation platform integration",
"type": "module",
"main": "./build/index.js",
"bin": {
"mcp-mautic-server": "./build/index.js"
},
"files": [
"build/",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node build/index.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"mautic",
"api",
"server",
"marketing",
"automation",
"claude",
"anthropic"
],
"author": "Zdeno Kuzmany",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kuzmany/mcp-mautic.git"
},
"homepage": "https://github.com/kuzmany/mcp-mautic#readme",
"bugs": {
"url": "https://github.com/kuzmany/mcp-mautic/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"node-fetch": "^3.3.2",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}