Skip to content

v0.1.0

Choose a tag to compare

@achetronic achetronic released this 24 Feb 16:22
· 25 commits to main since this release

First release. A Model Context Protocol server that lets AI assistants interact with Twitter/X—read timelines, post tweets, analyze trends, and more.

✨ What's new

Reading tools — Fetch your home timeline, mentions, search tweets, explore trending topics by location, view user profiles and their tweets, access bookmarks and DMs.

Writing tools — Post tweets and threads, reply to conversations, like/unlike, retweet/undo, manage bookmarks, follow/unfollow users, send direct messages.

Topic analysis — Compare multiple topics at once with a heat score (0-100) that combines tweet volume and engagement. Useful for spotting what's trending in your niche.

Two transport modes — STDIO for simple local setups, HTTP for production with full auth support.

Security (HTTP mode) — JWT validation with JWKS caching, tool-level access control using CEL expressions, policies based on JWT claims (groups, scopes), OAuth 2.0 metadata endpoints (RFC 9728), and access logging with header redaction.

📦 Platforms

Binaries available for Linux (amd64, arm64), macOS (amd64, arm64), and Windows (amd64).

Docker images at ghcr.io/achetronic/twitter-mcp:v0.1.0 for linux/amd64 and linux/arm64.