Development · MODEL CONTEXT PROTOCOL

0xhijo mcp twitter

A TypeScript Model Context Protocol for Twitter/X platform integration.

WHAT IT CONNECTS

0xhijo mcp twitter 为 AI Agent 提供什么

  • **`create_twitter_post`**: Create a new X/Twitter post
  • **`reply_twitter_tweet`**: Reply to a specific X/Twitter post by ID
  • **`get_last_tweet`**: Get the most recent post from a specified X/Twitter account
  • **`get_last_tweets_options`**: Get a specified number of posts matching a search query
  • **`create_and_post_twitter_thread`**: Create and publish an X/Twitter thread
  • **`follow_twitter_from_username`**: Follow an X/Twitter user by username
  • **`get_twitter_profile_from_username`**: Get complete X/Twitter profile data by username
  • **`get_twitter_user_id_from_username`**: Get X/Twitter user ID from username
  • **`get_last_tweet_and_replies_from_user`**: Get recent X/Twitter posts and replies from a user
  • **`get_last_tweet_from_user`**: Get recent X/Twitter posts from a user
  • **`get_own_twitter_account_info`**: Get current account profile data
  • Configure the .env file:
  • Create a Developer Account:
  • Configure the .env file
  • Choose the authentication mode (API or CREDENTIALS) based on your needs
  • Verify that your credentials are properly configured in the .env file
  • Check the official documentation for more details about API limitations

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。