MCP Server
MCP
io.github.nsozturk/tweetkit-x
Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.
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
By
Comments
Sign in to leave a comment