Skip to main content
Glama
Jing-yilin

TwitterAPI MCP Server

by Jing-yilin

Related Servers

Alternatives to TwitterAPI MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      C
      quality
      D
      maintenance
      An MCP server for accessing the Twitter/X Api45 API, allowing users to retrieve user profiles, timelines, followers, and media. It supports searching communities, jobs, and trends, while also providing tools to monitor live broadcasts and Twitter Spaces.
      28
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      A headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.
      6
      1
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      An MCP server for interacting with X/Twitter, enabling posting tweets, searching, user info, timeline, liking, retweeting, and deleting tweets.
      7
      17 npm
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that enables posting tweets, reading timelines, searching posts, and interacting with X (Twitter) API.
      8 npm
      2
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      An MCP server for X (Twitter) that enables creating posts, threads, likes, follows, and DMs, plus reading posts, timelines, mentions, and search results via a unified OAuth 2.0 connection.
      -
    • A
      license
      B
      quality
      A
      maintenance
      An MCP server for interacting with Twitter/X using browser cookies without an API key, enabling tweet management, user actions, and search via natural language.
      62
      73 PyPI
      11
      MIT

    TDQS

    B3.4/5.0

    Scored across 11 tools

    Disambiguation5/5

    Every tool has a clearly distinct purpose with no ambiguity. Each targets a specific resource (tweet, user) and action (create, get, search, login), making it easy for an agent to select the correct tool. For example, get_user_by_id and get_user_by_username are clearly differentiated by the identifier type.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with snake_case throughout, such as create_tweet, get_tweet_by_id, and search_users. This predictability enhances usability and reduces confusion for agents.

    Tool Count5/5

    With 11 tools, the count is well-scoped for a Twitter API server, covering core operations like posting, retrieving, and searching tweets and users, plus authentication. Each tool earns its place without being overwhelming or insufficient.

    Completeness4/5

    The tool set provides strong coverage for read operations (get, search) and a key write action (create_tweet), with authentication handled via login_user. However, it lacks update and delete operations for tweets or user interactions (e.g., like, retweet, follow), which are common in Twitter workflows, leaving minor gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues