X (Twitter) MCP server

favorite_tweet

Mark a tweet as a favorite using its unique tweet ID to save or highlight it on X (formerly Twitter).

Instructions

Favorites a tweet

Input Schema

NameRequiredDescriptionDefault
tweet_idYes

Input Schema (JSON Schema)

{ "properties": { "tweet_id": { "title": "Tweet Id", "type": "string" } }, "required": [ "tweet_id" ], "title": "favorite_tweetArguments", "type": "object" }
ID: 7w9byzj3wm