Odel
tweetkit x

tweetkit x

Local
@nsozturk6PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItweetkit-xv0.3.0

Run

uvx tweetkit-x

MCP client config

{
  "mcpServers": {
    "tweetkit-x": {
      "command": "uvx",
      "args": [
        "tweetkit-x"
      ]
    }
  }
}