postwire mcp for Zed
io.github.perufitlife/postwire-mcp
One prompt, a native post per network: TikTok, Instagram, YouTube, LinkedIn, X. Free, no card.
client:Zed
transport:stdio
runtime:npm
Install postwire mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"postwire-mcp": {
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<POSTWIRE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs