Home › Communication › tweetkit-x

tweetkit-x

Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.

Python
★ 10 stars Last pushed 2026-07-07 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.3.0)

uvx tweetkit-x

Or add to your MCP client config:

{
  "mcpServers": {
    "tweetkit-x": {
      "command": "uvx",
      "args": [
        "tweetkit-x"
      ],
      "env": {
        "TWEETKIT_COOKIE_KEYCHAIN": "<YOUR_VALUE>",
        "TWEETKIT_COOKIE": "<YOUR_VALUE>"
      }
    }
  }
}
  • TWEETKIT_COOKIE_KEYCHAIN — macOS Keychain service name holding your X session cookie string (must contain auth_token + ct0). Alternatively set TWEETKIT_COOKIE (the raw cookie string) or TWEETKIT_COOKIE_FILE (a file path).
  • TWEETKIT_COOKIE secret — Your X (Twitter) session cookie string — the Cookie header from a logged-in x.com request. Must contain auth_token and ct0.

Related servers

Data from the Official MCP Registry