X (Twitter)
MCP ServerFree** - Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Capabilities7 decomposed
oauth 2.0-authenticated tweet composition and publishing
Medium confidenceEnables programmatic tweet posting with OAuth 2.0 authentication flow, supporting text content and media attachments through Twitter's v2 API with intelligent fallback to v1.1 endpoints when v2 media upload fails. Implements token refresh logic and secure credential management for long-lived authenticated sessions without requiring API keys to be stored in application code.
Implements dual-endpoint strategy with v2 API as primary and v1.1 fallback for media uploads, reducing failure rates when Twitter's v2 media endpoints are degraded. Handles OAuth token lifecycle (refresh, expiration, revocation) transparently within the MCP protocol layer rather than delegating to client.
More resilient than direct REST API clients because fallback logic is server-side, and more secure than API-key-based approaches because OAuth tokens are short-lived and scoped to specific permissions
media attachment handling with format conversion and upload optimization
Medium confidenceProcesses image, video, and GIF attachments for tweet composition by validating formats, optimizing file sizes, and uploading through Twitter's v2 media endpoint with automatic chunked upload for large files. Falls back to v1.1 media upload endpoint if v2 fails, with format-specific handling (JPEG/PNG for images, MP4/MOV for video, GIF for animations).
Implements server-side format validation and chunked upload protocol for v2 API, with transparent fallback to v1.1 if v2 media endpoint fails. Handles media ID tracking and attachment to tweets within the MCP layer, abstracting away Twitter's separate media upload → tweet composition workflow.
Simpler than raw Twitter API clients because media upload and tweet composition are unified in a single MCP tool call, and more reliable than naive implementations because it includes v1.1 fallback and handles chunked uploads for large files
tweet search and retrieval with semantic and keyword filtering
Medium confidenceQueries Twitter's v2 search API to retrieve tweets matching keyword, author, date range, and engagement criteria. Implements pagination through result sets, applies rate limiting per search tier, and returns structured tweet objects with metadata (author, engagement metrics, creation time, media references). Supports both recent tweets (last 7 days) and full-archive search depending on API tier.
Abstracts Twitter's v2 search API pagination and rate limiting within the MCP protocol, allowing agents to retrieve tweets without managing token state or rate limit headers. Supports both recent and full-archive search modes with automatic tier detection.
More agent-friendly than raw API clients because pagination and rate limiting are handled transparently, and more flexible than pre-built search tools because it supports custom query syntax and field selection
tweet deletion with authentication and authorization validation
Medium confidenceEnables programmatic deletion of tweets owned by the authenticated user through Twitter's v2 delete endpoint. Validates that the authenticated user owns the tweet before deletion, handles authorization errors gracefully, and returns confirmation of successful deletion. Implements rate limiting per Twitter's delete API tier.
Implements authorization validation at the MCP server layer, preventing agents from attempting to delete tweets they don't own and returning clear error messages. Handles rate limiting transparently without exposing Twitter's rate limit headers to the agent.
Safer than raw API clients because authorization is validated server-side, and more agent-friendly because rate limiting and error handling are abstracted away
comprehensive rate limiting and quota management with per-endpoint tracking
Medium confidenceTracks rate limits across all Twitter API v2 endpoints (tweet creation, search, deletion, media upload) by parsing rate limit headers from responses and maintaining per-endpoint quota state. Implements backoff strategies (exponential backoff, retry-after headers) and prevents requests when quota is exhausted. Exposes rate limit status to agents for intelligent request scheduling.
Implements per-endpoint rate limit tracking within the MCP server, parsing Twitter's rate limit headers and maintaining quota state across multiple API calls. Exposes rate limit status to agents for proactive request scheduling rather than reactive error handling.
More proactive than naive clients that retry after rate limit errors, and more transparent than libraries that hide rate limit details because agents can see quota consumption and plan requests accordingly
dual api version support with intelligent endpoint selection and fallback
Medium confidenceMaintains compatibility with both Twitter API v2 (primary) and v1.1 (fallback) endpoints, automatically selecting the appropriate version based on feature availability and endpoint health. Implements fallback logic for media uploads (v2 → v1.1) and graceful degradation when v2 endpoints are unavailable. Abstracts API version differences from agents through a unified interface.
Implements server-side API version negotiation and fallback, allowing agents to use v2 features without worrying about v1.1 compatibility. Automatically retries failed v2 requests with v1.1 endpoints for media uploads, reducing failure rates.
More resilient than v2-only clients because it includes v1.1 fallback for media uploads, and more agent-friendly than clients requiring explicit API version selection because version negotiation is automatic
mcp protocol integration with standardized tool schema and error handling
Medium confidenceImplements the Model Context Protocol (MCP) server specification, exposing Twitter capabilities as standardized MCP tools with JSON schema definitions for inputs/outputs. Handles MCP protocol messages (tool calls, responses, errors) and integrates with MCP clients (Claude, custom agents) through stdio or HTTP transports. Provides structured error responses following MCP conventions.
Implements full MCP server specification with standardized tool schemas for all Twitter capabilities, enabling seamless integration with Claude and other MCP-compatible agents without custom protocol handling.
More standardized than custom API integrations because it follows MCP conventions, and more agent-friendly than direct API clients because tool schemas are pre-defined and error handling is protocol-compliant
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with X (Twitter), ranked by overlap. Discovered automatically through the match graph.
Tweet Save
TweetSave MCP - Twitter / X analysis without token waste. Fetch tweets, download media. No API key.
Tweet Search
Search Twitter using advanced operators to find relevant tweets, media, and links. Filter by users, hashtags, dates, sentiment, and more, then paginate through results to explore deeper. Discover timely conversations and gather insights fast.
Trumpet House
AI-powered tool for optimized Twitter management and...
Founder's X (Twitter)
</details>
Talktails
Crafting Impactful Tweets Made...
TweetAI
TweetAI is a tool that helps users create inspiring and engaging...
Best For
- ✓AI agents and LLM-powered automation systems needing Twitter integration
- ✓Teams building social media automation workflows with MCP servers
- ✓Developers migrating from REST API direct calls to MCP-based tool orchestration
- ✓Agents generating visual content (screenshots, charts, generated images) for social sharing
- ✓Automation workflows that need to attach user-provided media to tweets
- ✓Systems building multi-modal content (text + image/video) for Twitter distribution
- ✓Agents monitoring Twitter for mentions, trends, or competitor activity
- ✓Automation workflows that need to retrieve tweets for analysis or response
Known Limitations
- ⚠Rate limiting enforced per Twitter API tier — free tier limited to 300 posts/15min
- ⚠Media upload fallback from v2 to v1.1 adds latency and may fail if both endpoints are rate-limited
- ⚠OAuth token refresh requires network I/O and may introduce 500ms+ delays in token expiration edge cases
- ⚠No built-in queue or retry logic for failed posts — caller must implement persistence
- ⚠v2 API media upload limited to 15MB per file; v1.1 fallback has same limit
- ⚠Video processing and chunked upload adds 2-5 second latency per file depending on size
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
** - Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Categories
Alternatives to X (Twitter)
Search the Supabase docs for up-to-date guidance and troubleshoot errors quickly. Manage organizations, projects, databases, and Edge Functions, including migrations, SQL, logs, advisors, keys, and type generation, in one flow. Create and manage development branches to iterate safely, confirm costs
Compare →Are you the builder of X (Twitter)?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →