com.tweetsmash/mcp
Search, label, and manage your X (Twitter) bookmarks from any MCP client via Tweetsmash
assessed on 2 of 4 dimensions
https://mcp.tweetsmash.com/api/mcpadd_labels_to_tweetsAdd a label to a list of tweets. Can use an existing label by ID or create a new label by name. Either label_id or label_name must be provided.
get_bookmark_countGet the total count of user's bookmarks with optional filtering. Useful for understanding the size of bookmark collections before listing them.
list_bookmarksList user's Twitter bookmarks with optional filtering and pagination. Supports filtering by read status, media type, author, tags, date ranges, and sorting options. IMPORTANT: Use this tool (with the 'author' parameter) when the user asks to show tweets by a specific author.
list_labelsList all user's labels with their usage counts. Useful for discovering existing labels before adding new ones.
remove_labels_from_tweetsRemove a label from a list of tweets using label_name.
search_bookmarksSearch through a user's Twitter bookmarks using keyword search (q), semantic search (vector_search_term), or author filtering (author). At least one of q, vector_search_term, or author should be provided. IMPORTANT: Use the 'author' parameter for filtering by author, not the 'q' field.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
setup_vector_storeInitialize the vector store for semantic bookmark search. CRITICAL: When vector/semantic search fails with 'Vector Store Not Setup' error, call this tool. This is an async operation that may take a few minutes for large bookmark collections.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.