tweetkit x for Zed
io.github.nsozturk/tweetkit-x
Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.
client:Zed
transport:stdio
runtime:pypi
Install tweetkit x in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tweetkit-x": {
"command": "uvx",
"args": [
"tweetkit-x"
],
"env": {
"TWEETKIT_COOKIE_KEYCHAIN": "<TWEETKIT_COOKIE_KEYCHAIN>",
"TWEETKIT_COOKIE": "<TWEETKIT_COOKIE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs