Connect your account, then chat with AI to run tools.
Search the full X archive, analyze tweets, inspect users, monitor accounts, and manage engagement workflows from chat.
Try this workflow
Research a company narrative
Search the full X archive for posts about this company, exclude retweets, group themes by customer pain, pricing, product, and hiring signals.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Social listening, competitive intelligence, founder research, media monitoring, growth teams
Research a company narrative
Uses full-archive search for market and narrative research.
Search the full X archive for posts about this company, exclude retweets, group themes by customer pain, pricing, product, and hiring signals.
Compare competitors
Combines timelines, metrics, and account monitoring.
Monitor these competitor accounts, compare recent tweet engagement, and summarize which topics are getting the strongest response.
Analyze a thread
Uses conversation_id to reconstruct thread context.
Fetch this tweet, follow the conversation id to read the full thread, and summarize the arguments, objections, and high-signal replies.
Find developer feedback
Turns public tweets into developer-experience feedback.
Search X for posts mentioning our API with integrate, SDK, docs, bug, or pricing terms, then prioritize the feedback by urgency.
What does the X server support?
It supports full-archive tweet search, tweet lookup, user lookup, timelines, mentions, liked tweets, lists, bookmarks, blocks, mutes, follows, and selected write workflows depending on connected permissions.
What is full-archive search?
Full-archive search can query public tweets across the complete history of X, scoped with query operators, language filters, authors, mentions, date ranges, media filters, and retweet exclusions.
What search operators are most useful?
Common operators include from:, to:, @mentions, exact phrases, OR, -is:retweet, -is:reply, lang:, has:media, has:links, and conversation_id.
Related editorial
X (Twitter) Workflows with AI
How AI agents can run full-archive X searches for research, monitor a topic, and — when given write permissions — post, like, retweet, and follow.
Domain knowledge for X — workflow patterns, data models, and gotchas for your AI agent.
X API v2 with full tweet archive search covering the complete history of public tweets. Search, analyse, and engage with tweets, users, and conversations at scale.
Connect via OAuth 2.0 (PKCE) to read AND write (post tweets, like, retweet, follow, bookmark). Full-archive tweet search is available to all users automatically — it uses a platform-managed token and does not require any additional setup.
Search accesses the complete tweet archive — every public tweet ever posted, not just the last 7 days. Use start_time and end_time (ISO 8601) to scope to any historical period.
Content matching:
Author/mention:
Content type:
Tweet type (critical for clean results):
Language:
Conversation:
Geography:
Research a company or product: TrueLayer -is:retweet lang:en
Find pricing/cost discussions: TrueLayer (price OR pricing OR cost OR fee OR expensive) -is:retweet lang:en
Monitor competitors: (from:stripe OR from:truelayer OR from:plaid) -is:retweet
Developer experience: "TrueLayer API" (integrate OR integration OR SDK OR developer) -is:retweet
Hiring signals: from:truelayer (hiring OR "we're looking" OR "join us") -is:retweet
Use start_time and end_time parameters (ISO 8601 format):
Every tweet includes public_metrics:
Deep topic research:
Competitive intelligence:
Account analysis:
Thread deep-dive:
Paged results return next_token; pass it on the next call to get more results. Page sizes: 10-100. For thorough research, paginate through multiple pages.
X enforces per-endpoint burst limits (typically 300 requests/15 minutes for search). When throttled, back off and retry after the 15-minute window resets.
Bookmark a tweet. Bookmarked tweets are saved privately and can be retrieved later with x_get_bookmarks. Idempotent — bookmarking an already-bookmarke...
Block a user. Blocked users cannot see your tweets, follow you, or send you direct messages. Also removes them as a follower.
Post a new tweet. Can also create replies (reply_to_tweet_id) and quote tweets (quote_tweet_id). Returns the created tweet's ID and text.
Permanently delete a tweet you own. Cannot be undone — all engagement data (likes, retweets, replies) is lost.
Compute engagement analytics across your recent tweets. Returns aggregate stats (avg impressions, avg likes, avg replies, avg bookmarks, engagement ra...
Fetch a single tweet by its numeric ID. Returns the full tweet including text, author profile (display name, bio, website URL, location, followers), e...
Fetch a user profile by numeric ID. Returns username, display name, bio, website URL (profile link — often their company domain), location (geography)...
Fetch a user profile by their @username (e.g. 'elonmusk'). Returns the user's numeric ID, display name, bio, website URL (profile link), location, fol...
Follow a user. Their tweets will appear in your home timeline. Idempotent — following someone you already follow is a no-op.
Get your list of blocked users. Returns user profiles with username, display name, bio, and follower counts.
Get the authenticated user's bookmarked tweets. Returns up to 800 most recent bookmarks with full text, inline author profiles (bio, website URL, loca...
Get a user's followers. Returns up to 1000 user profiles per page with username, display name, bio, website URL, location, follower count, and verific...
Get users that a specific user follows. Returns up to 1000 user profiles per page with username, display name, bio, website URL, location, follower co...
Look up a list by its numeric ID. Returns list name, description, member count, follower count, owner ID, creation date, and privacy status. Use this ...
Get members of a list. Returns user profiles with username, display name, bio, website URL, location, follower count, and verification status. Curated...
Get recent tweets from a list. Returns tweets with full text, inline author profiles (bio, website URL, location, followers), engagement metrics, enti...
Get the authenticated user's own profile. Returns your user ID, username, display name, bio, website URL, location, follower/following counts, tweet c...
Get your list of muted users. Returns user profiles with username, display name, bio, and follower counts.
Fetch a full conversation thread. Given a conversation_id (shared by all tweets in a thread, equal to the root tweet's ID), returns the complete threa...
Get the users who liked a specific tweet. Returns user profiles with username, display name, bio, website URL, location, follower count, and verificat...
Get tweets that quote a specific tweet. Returns the quoting tweets with full text, inline author profiles (bio, website, location, followers), engagem...
Get the users who retweeted a specific tweet. Returns user profiles with username, display name, bio, website URL, location, follower count, and verif...
Get tweets that a user has liked. Returns the liked tweets with full text, inline author profiles (bio, website, location, followers), engagement metr...
Get all lists a user is a member of. Returns list name, description, member count, follower count, owner, and privacy status. Reveals what curated com...
Get tweets that @mention a user. Returns tweets from other users that mention the specified user, with full text, inline author profiles (bio, website...
Get the authenticated user's home timeline — the reverse-chronological feed of tweets from accounts they follow. The user_id must be the authenticated...
Get tweets posted by a user (their authored tweets). Returns tweets in reverse-chronological order with text, timestamps, engagement metrics, entities...
Hide or unhide a reply to one of your tweets. Hidden replies are collapsed in the thread and require an extra click to view.
Like a tweet as the authenticated user. Idempotent — liking an already-liked tweet is a no-op.
Search the full tweet archive. This is an alias for x_search_tweets. Pass a 'query' parameter using X API v2 query operators: 'from:username' (author)...
Batch-fetch recent tweets from multiple accounts in a single API call. Pass a list of usernames and get their combined recent tweets sorted by recency...
Mute a user. Muted users' tweets will not appear in your home timeline or notifications, but they can still follow you and see your tweets (unlike blo...
Remove a tweet from your bookmarks. Idempotent — removing a tweet that isn't bookmarked is a no-op.
Retweet a tweet as the authenticated user. The retweet appears on your profile and in your followers' timelines.
Search the full tweet archive (all of Twitter/X history) using X API v2 query operators. Combine operators like 'from:username lang:en -is:retweet has...
Search for X users by keyword. Matches usernames, display names, and bios. Returns user profiles with numeric ID, username, display name, bio, website...
Unblock a user. They will be able to see your tweets and follow you again.
Unfollow a user. Their tweets will no longer appear in your home timeline.
Remove your like from a tweet. Idempotent — unliking a tweet you haven't liked is a no-op.
Unmute a user. Their tweets will appear in your home timeline again.
Remove your retweet of a tweet. The retweet disappears from your profile.
X (formerly Twitter) provides a social media platform for users to share and discover content, engage with others, and follow real-time events. X API v2 offers access to tweets, users, spaces, direct messages, lists, bookmarks, and more. It provides 41 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/x. Authentication is handled automatically.
X provides 41 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
X uses One-click sign in. X requires credentials. Connect via MCPBundles and authentication is handled automatically.
It supports full-archive tweet search, tweet lookup, user lookup, timelines, mentions, liked tweets, lists, bookmarks, blocks, mutes, follows, and selected write workflows depending on connected permissions.
Full-archive search can query public tweets across the complete history of X, scoped with query operators, language filters, authors, mentions, date ranges, media filters, and retweet exclusions.
Common operators include from:, to:, @mentions, exact phrases, OR, -is:retweet, -is:reply, lang:, has:media, has:links, and conversation_id.
Yes, when OAuth permissions allow it. Prompts should explicitly ask for posting, liking, reposting, following, bookmarking, or other write actions.
Connect X to any MCP client in minutes
The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
X and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More social integrations you might like
Ayrshare is a full-featured social media management API that enables posting, scheduling, and analyt...
Blogger is Google's free blog-publishing platform. Create, edit, search, and manage blog posts and p...
Dev.to is a community of software developers sharing articles, tutorials, and discussions. Publish b...
Complete Hacker News toolkit. Browse live ranked lists (top, best, new, Show HN, Ask HN, jobs), sear...
Hashnode is a blogging platform for developers. Publish articles, manage drafts, search posts, brows...
LinkedIn API. Manage company pages, post content, engage with comments and reactions, run ad campaig...