Twitter MCP Server
未认领A Unofficial Twitter MCP Server with cookie auth.
aibotllmmcpmcp-servertwitter
安装
$
pip install -r requirements.txt工具(12 个)
auth_token
(string): Twitter authtoken cookie
category
(string, optional): The category of trends to retrieve (default: "trending")
conversation_id
(string): The conversation ID containing the message
count
(integer, optional): Number of messages to retrieve (default: 20, max: 100)
ct0
(string): Twitter ct0 cookie
emoji
(string): The emoji to add (e.g., "👍", "❤️", "😀")
get_trends
Get trending topics on Twitter.
get_tweet_replies
Get replies to a specific tweet.
message_id
(string): The ID of the message to react to
recipient_username
(string): The username (without @) to send the message to (automatically converted to userid internally)
text
(string): The message content
tweet_id
(string): The ID of the tweet to get replies for