-
Notifications
You must be signed in to change notification settings - Fork 475
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathmanifest.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"manifest_version": "0.3",
"name": "mailchimp-pp-mcp",
"display_name": "Mailchimp Marketing",
"version": "4.8.0",
"description": "Mailchimp Marketing API surface as MCP tools.",
"author": {
"name": "CLI Printing Press"
},
"license": "Apache-2.0",
"server": {
"type": "binary",
"entry_point": "bin/mailchimp-pp-mcp",
"mcp_config": {
"command": "${__dirname}/bin/mailchimp-pp-mcp",
"args": [],
"env": {
"MAILCHIMP_PASSWORD": "${user_config.mailchimp_password}",
"MAILCHIMP_USERNAME": "${user_config.mailchimp_username}"
}
}
},
"user_config": {
"mailchimp_password": {
"type": "string",
"title": "MAILCHIMP_PASSWORD",
"description": "Sets MAILCHIMP_PASSWORD for the Mailchimp Marketing MCP server.",
"sensitive": true,
"required": true
},
"mailchimp_username": {
"type": "string",
"title": "MAILCHIMP_USERNAME",
"description": "Sets MAILCHIMP_USERNAME for the Mailchimp Marketing MCP server.",
"sensitive": true,
"required": true
}
},
"compatibility": {
"claude_desktop": ">=1.0.0",
"platforms": [
"darwin",
"linux",
"win32"
]
}
}