tweetkit-x
About
Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TWEETKIT_COOKIE_KEYCHAIN TWEETKIT_COOKIEClaude Code
claude mcp add --env TWEETKIT_COOKIE_KEYCHAIN= --env TWEETKIT_COOKIE= tweetkit-x -- uvx tweetkit-x
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tweetkit-x","command":"uvx","args":["tweetkit-x"],"env":{"TWEETKIT_COOKIE_KEYCHAIN":"","TWEETKIT_COOKIE":""}}'
JSON
{
"mcpServers": {
"tweetkit-x": {
"command": "uvx",
"args": [
"tweetkit-x"
],
"env": {
"TWEETKIT_COOKIE_KEYCHAIN": "",
"TWEETKIT_COOKIE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.