Mailchimp for Zed
io.github.asklokesh/mailchimp-mcp-server
MCP server for Mailchimp API integration
client:Zed
transport:stdio
runtime:pypi
Install Mailchimp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mailchimp-mcp-server": {
"command": "uvx",
"args": [
"mailchimp-mcp-server"
],
"env": {
"MAILCHIMP_API_KEY": "<MAILCHIMP_API_KEY>",
"MAILCHIMP_API_URL": "<MAILCHIMP_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs