mcpbeat Sign in

Tweetkit X MCP Server

local only

Tweetkit X runs on your own machine — the client starts it, so there is no endpoint to ping. 192 installs a week from pypi. Last commit 8 Jul 2026.

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

Installs per day peak 77 · avg 15 · +90% w/w
a month agotoday
192
Installs / week
pypi · tweetkit-x
9
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        out = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tweetkit-x -- uvx tweetkit-x
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tweetkit-x": {
      "args": [
        "tweetkit-x"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tweetkit-x]
command = "uvx"
args = ["tweetkit-x"]
.cursor/mcp.json
{
  "mcpServers": {
    "tweetkit-x": {
      "args": [
        "tweetkit-x"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tweetkit-x": {
      "args": [
        "tweetkit-x"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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 (Your X (Twitter) session cookie string — the Cookie header from a logged-in x.com request. Must contain auth_token and ct0.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tweetkit X

same job, measured the same way
INSSIST
by inssist

Drive your own logged-in Instagram session via the INSSIST extension: read, publish, DMs, analytics.

510 installs/wk local only
twitr.sh
by twitr

X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

14 tools answering
Twitter X Aio
by jojapi

Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

23 tools answering
twscrape Twitter/X (read-only)
by jsilets

Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.

142 installs/wk local only
PilotMyX
by pilotmyx

Stop guessing what works on X/Twitter. Analyze your history, draft in your voice, schedule posts.

answering
Reddit Growth MCP
by latent-9

Find where to post on Reddit and score your draft before posting — no API keys needed.

48 installs/wk local only
Twitterapi
by pedrot95dev

Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.

28 installs/wk local only
X (Twitter)
by role1776

Search, read and publish X posts and manage users, lists and media via the X API v2.

local only

Tweetkit X — questions

Answers built from our own checks of this server.

Why is there no uptime for Tweetkit X?
Tweetkit X runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tweetkit-x was installed 192 times last week.
How do I connect Tweetkit X?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tweetkit-x straight from pypi; nothing to host, nothing to sign up for.
How many people use Tweetkit X?
The pypi package tweetkit-x was installed 192 times in the last week. Week over week that is +90%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tweetkit X open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.