Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

tweetkit x in other clients