← Back to Plugins
MCP Server MCP

io.github.nsozturk/tweetkit-x

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx tweetkit-x

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "tweetkit-x",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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).",
          "format": "string",
          "name": "TWEETKIT_COOKIE_KEYCHAIN"
        },
        {
          "description": "Your X (Twitter) session cookie string — the Cookie header from a logged-in x.com request. Must contain auth_token and ct0.",
          "format": "string",
          "isSecret": true,
          "name": "TWEETKIT_COOKIE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...