Twitter MCP Server
Related Servers
Alternatives to Twitter MCP Server
- AlicenseAqualityAmaintenanceReal-time X (Twitter) data platform with 2 MCP tools covering 120+ REST API endpoints. Search tweets, look up users, get timelines, extract followers/likes/retweets in bulk, monitor accounts, run giveaway draws, and perform write actions (tweet, like, retweet, follow, DM). OAuth 2.1 authentication with PKCE.2194 npm197MIT
- AlicenseBqualityDmaintenanceEnables searching X (formerly Twitter) using xAI's Responses API with support for filtering by handles, date ranges, and media understanding, returning structured results with citations.111 npm1MIT
- AlicenseAqualityCmaintenanceIntegrates Google's Gemini AI models into Claude Code and other MCP clients to provide second opinions, code comparisons, and token counting. It supports streaming responses and multi-turn conversations directly within your existing AI development workflow.3Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server for reading Twitter/X engagement data and metrics, enabling AI agents to measure tweet performance, track mentions, analyze replies, and search tweets with engagement metrics.44MIT
- AlicenseAqualityCmaintenanceEnables mapping JavaScript error stack traces back to original source code, extracting context information to help developers locate and fix issues.344 npm2MIT
- AlicenseAqualityCmaintenanceMCP server for LinkedIn publishing from AI coding assistants. Dry run by default, SKILL.md for safe workflows, 28 unit tests. MIT licensed.38 npm2MIT
Related Servers
- AlicenseBqualityDmaintenanceEnables users to interact with X/Twitter via Claude, allowing posting tweets, searching, liking, retweeting, and more using OAuth 2.0 PKCE authentication.107MIT
- AlicenseBqualityDmaintenanceEnables creating, managing, and publishing X/Twitter posts, threads, and replies directly through Claude chat. Supports draft management with the ability to create, list, publish, and delete tweet drafts.101MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with X (Twitter) API v2 for posting tweets, searching, liking, retweeting, and more through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.8 npm3MIT
- AlicenseBqualityDmaintenanceEnables interacting with Twitter/X through natural language, including searching tweets, posting, sending DMs, and managing timelines via any MCP client.8MIT
- AlicenseAqualityDmaintenanceEnables real-time search of X.com (Twitter) posts, users, threads, and trends via xAI's Grok API, directly from Claude.53MIT
TDQS
Scored across 10 tools
Most tools have clearly distinct purposes: posting, searching, profile fetching, thread retrieval, and engagement. However, post_tweet and post_tweet_with_image are very similar (differing only by media attachment), and search_tweets vs search_recent_mentions could be confused since both search for tweets, though one is user-centric.
Tool names mostly follow a verb_noun pattern (post_tweet, search_tweets, fetch_thread_history, draft_quote_tweet, engage_with_tweet). Minor deviations include publish_smart_thread (verb_adjective_noun) and media_extraction_helper (noun_verb_noun), which break the pattern slightly but remain readable.
10 tools is well-scoped for a Twitter MCP server, covering posting, searching, reading profiles, thread management, and engagement without unnecessary bloat. Each tool serves a distinct functional need.
The server covers core Twitter workflows: posting (text, image, threads, quote tweets), searching, profile context, thread history, mentions, media extraction, and engagement. Missing operations like deleting tweets, following/unfollowing, or direct messaging are notable but not critical for typical LLM use cases.