VOOZH about

URL: https://apify.com/seemuapps/x-mcp

โ‡ฑ X (Twitter) MCP Server ยท Apify


Pricing

from $0.00005 / actor start

Go to Apify Store

X (Twitter) MCP Server

MCP server exposing X / Twitter scraping tools. Profile, followers, tweets, replies, search. For any AI agent or LLM client.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

11 days ago

Last modified

Share

The all-in-one MCP server for X (Twitter). Plug any AI agent โ€” Claude, Cursor, ChatGPT, VS Code, or your own โ€” into a single endpoint and pull live data from any public X account: profile, followers, tweets, replies, and keyword search.

What you get

  • Full profile metadata โ€” user ID, display name, bio, follower/following/tweet counts, blue verification, location, website, profile picture, and banner
  • Followers list โ€” paginated, with username, display name, bio, blue verification, follower counts, and profile picture for every account
  • User timeline โ€” most recent tweets from any public user, with full engagement counts (likes, retweets, replies, quotes, views, bookmarks) and quote/retweet relationships
  • Replies to a tweet โ€” every reply on a thread, sorted by Likes / Latest / Relevance, with author and engagement data
  • Keyword search โ€” search public tweets with X advanced search operators (from:, since:, until:, lang:, min_faves:, etc.)
  • One endpoint, five tools โ€” no glue code, no per-tool integrations, no scraping infrastructure to maintain

Use cases

  • AI agents and assistants that need X data without building a custom scraper
  • Brand monitoring and social listening โ€” track mentions, replies, and sentiment in real time
  • Lead generation and account vetting โ€” pull bio, follower counts, and engagement signals in bulk
  • Influencer discovery and outreach โ€” search by topic, then enrich profiles
  • Competitor monitoring โ€” follow tweet activity, audience growth, and reply threads
  • Trend research and news tracking with keyword + advanced search operators

Tools exposed

ToolReturns
get-profileProfile metadata for up to 20 usernames per call
get-followersPaginated follower list for a username
get-tweetsPaginated user timeline (most recent tweets) for a username
get-repliesPaginated replies to a specific tweet
search-tweetsPaginated keyword / advanced-search results

How to use

Use Apify's hosted MCP gateway โ€” it generates ready-to-paste config snippets for Claude Desktop, Cursor, VS Code, ChatGPT, and any other MCP-compatible client:

mcp.apify.com/?tools=seemuapps/x-mcp

Open the link, sign in, and copy the snippet for your client.

Where to get your Apify API token

Go to console.apify.com/settings/integrations and copy your Personal API token. (Sign in or create a free account if you haven't already.)

The token authorizes calls to the MCP server and is what Apify uses to bill you for tool calls.

Pricing (pay-per-event)

ToolEventCharged
get-profileprofile-lookupOnce per profile successfully returned
get-followersuser-resultOnce per follower returned
get-tweetstweet-resultOnce per tweet returned
get-repliesreply-resultOnce per reply returned
search-tweetstweet-resultOnce per tweet returned

Failed calls are not charged. Partial failures (e.g. one bad username in a batch) are reported per-item without aborting the whole call.

Pagination

get-followers, get-tweets, get-replies, and search-tweets all accept maxItems (default 200) and an optional pageId cursor. Each response includes a nextPageId โ€” pass it as pageId on the next call to fetch the following page. When nextPageId is null, the list is exhausted.

{
"tweets":[{"tweetId":"...","text":"...", ... }],
"nextPageId":"DAABCgABG..."
}

When running a tool directly (without an MCP client), the cursor is also written to the run's Key-value store under the NEXT_PAGE_ID key for easy chaining across runs.

Notes

  • Only public X accounts and tweets are supported. Protected accounts return profile metadata only.
  • Usernames are accepted with or without leading @, and full https://x.com/<user> URLs are also recognised.
  • For get-replies, the default sort order is Likes โ€” Relevance often returns very few results, and Latest is reverse-chronological.
  • For search-tweets, see X's advanced search operator reference for the full query syntax.

Related X (Twitter) actors

Part of a complete X (Twitter) toolkit โ€” explore the rest of the suite:

You might also like

Instagram MCP Server

seemuapps/instagram-mcp

MCP server exposing Instagram scraping tools โ€” profile, followers, following, stories, and highlights โ€” for any AI agent or LLM client.

LinkedIn MCP Server

seemuapps/linkedin-mcp

MCP server exposing LinkedIn scraping tools. Profiles, companies, posts, jobs, people search, job search, for any AI agent or LLM client.

Amazon MCP Server

seemuapps/amazon-mcp

MCP server exposing Amazon tools. Product, search, reviews, seller, global product. For any AI agent or LLM client.

YouTube MCP Server

seemuapps/youtube-mcp

MCP server exposing YouTube tools. Transcript, metadata, thumbnails, video and audio download, channel email. For any AI agent or LLM client.

Twitter / X Scraper

rupom888/twitter-scraper