trackmcp
Back to directory
DevinChen2014

x-twitter-mcp

View on GitHub

X / Twitter MCP by SocialDataX for public post search, details, comments, replies, creator profiles, and creator posts.

0 starsOthers Updated Sep 2, 2026
mcpmcp-serversocial-mediasocialdataxtwitterx-twitter-mcp

Documentation

X / Twitter MCP

This public listing provides connection metadata and client examples for the hosted SocialDataX X / Twitter MCP service. The implementation is privately hosted; this directory contains public connection materials only.

Service

  • Hosted MCP endpoint: `https://mcp.socialdatax.com/x/mcp`
  • Hosted transport: `streamable-http`
  • Authentication: `Authorization: Bearer `
  • Product: `SocialDataX` / `社媒数据助手`
  • Website and API Key access:
  • Registry name: `com.52choujiang/x-insights`
  • Future registry name: `com.socialdatax/x-insights`
  • Current public capability version: `0.1.1`. The hosted production server card and `tools/list` are live at `0.1.1` with 16 tools. The official Registry latest remains `0.1.0` pending publication of `0.1.1`.

Scope

Use this service for public X / Twitter post search, post details, first-level comments, comment replies, public user info, user posts, and video speech-to-text. It does not provide account login, posting, editing, liking, commenting, following, or other account actions.

Tools

ToolPurpose
`socialdatax_get_points_balance`Query the current API Key account's SocialDataX points balance / 积分余额、剩余积分或点数.
`x_search_posts`Search public posts; use when a search term is available, and continue with `page_token`.
`x_get_post_detail_by_post_id`Read post details from a post ID.
`x_get_post_detail_by_post_url`Read post details from a post URL.
`x_get_post_comments_by_post_id`Read first-level comments from a post ID.
`x_get_post_comments_by_post_url`Read first-level comments from a post URL.
`x_get_post_comment_replies_by_comment_id`Read replies from a post ID and first-level comment ID.
`x_get_user_info_by_user_id`Read public user info from a user ID.
`x_get_user_info_by_username`Read public user info from a username.
`x_get_user_info_by_profile_url`Read public user info from a profile URL.
`x_get_user_posts_by_user_id`Read public user posts from a user ID.
`x_get_user_posts_by_username`Read public user posts from a username.
`x_get_user_posts_by_profile_url`Read public user posts from a profile URL.
`x_submit_video_speech_text_by_post_url`Submit the current post's first video with an available MP4 variant for speech-to-text by post URL.
`x_submit_video_speech_text_by_post_id`Submit the current post's first video with an available MP4 variant for speech-to-text by post ID.
`x_get_video_speech_text_job`Continue querying the same speech-to-text job ID until terminal.

When a post ID, post URL, username, or profile URL is already available, use the corresponding detail, comment, user, or user-post tool instead of searching again.

Quick Start

Use the hosted endpoint directly when the client supports authenticated `streamable-http`:

json
{
  "mcpServers": {
    "socialdatax-x": {
      "type": "streamable_http",
      "url": "https://mcp.socialdatax.com/x/mcp",
      "headers": {"Authorization": "Bearer "}
    }
  }
}

For command/stdio-only clients, use `npx -y mcp-remote https://mcp.socialdatax.com/x/mcp --header "Authorization: Bearer "`. See the files in examples.

Request or manage API access at . Never commit a real API Key.

Frequently asked questions

What is x-twitter-mcp?

x-twitter-mcp is X / Twitter MCP by SocialDataX for public post search, details, comments, replies, creator profiles, and creator posts.

How do I install x-twitter-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is x-twitter-mcp open source?

Yes — it is hosted on GitHub at https://github.com/DevinChen2014/x-twitter-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP