bulkpublish for Zed
io.github.azeemkafridi/bulkpublish
Publish, schedule, and manage social media across 11 platforms via MCP.
client:Zed
transport:stdio
runtime:npm
Install bulkpublish in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bulkpublish": {
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<BULKPUBLISH_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs