A Model Context Protocol (MCP) server for interacting with Twitter. To install Twikit Twitter Search for Claude Desktop automatically via Smithery: Using mcp-client-cli
Add this skill
npx mdskills install adhikasp/mcp-twikitProvides Twitter search and timeline access with clear setup and excellent usage examples
1# MCP-Twikit23[](https://smithery.ai/server/mcp-twikit)4A Model Context Protocol (MCP) server for interacting with Twitter.56<a href="https://glama.ai/mcp/servers/49i9dd08w8"><img width="380" height="200" src="https://glama.ai/mcp/servers/49i9dd08w8/badge" alt="mcp-twikit MCP server" /></a>78## Installation910### Installing via Smithery1112To install Twikit Twitter Search for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-twikit):1314```bash15npx -y @smithery/cli install mcp-twikit --client claude16```1718### Manual Installation19```json20{21 "mcpServer": {22 "command": "uvx",23 "args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],24 "env": {25 "TWITTER_USERNAME": "@example",26 "TWITTER_EMAIL": "me@example.com",27 "TWITTER_PASSWORD": "secret",28 }29 }30}31```3233## Example usage3435Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli)363738### Comparing sentiments across different twitter accounts3940```41$ llm compare 20 latest tweet directed @IndiHomeCare, @di_cbn, @BiznetHome, @ID_MyRepublic. What are people sentiment to the product? Do 1 search for each account4243I'll help you analyze the latest tweets for these internet service providers in Indonesia to understand the public sentiment. I'll use the search_twitter function for each account.4445Tool Calls:46 search_twitter47 Args:48 query: to:IndiHomeCare49 count: 2050 sort_by: Latest5152Tool Calls:53 search_twitter54 Args:55 query: to:di_cbn56 count: 2057 sort_by: Latest5859Tool Calls:60 search_twitter61 Args:62 query: to:BiznetHome63 count: 2064 sort_by: Latest6566Tool Calls:67 search_twitter68 Args:69 query: to:ID_MyRepublic70 count: 2071 sort_by: Latest7273Sentiment Analysis Summary:74751. IndiHomeCare:76- Predominantly Negative Sentiment77- Key Issues:78 - Unstable internet connection79 - Slow response times80 - Intermittent service disruptions81 - Long waiting times for customer support82- Specific Complaints:83 - Network instability84 - Lagging internet85 - Unresolved technical issues86 - Lack of timely communication87882. CBN (di_cbn):89- Mostly Negative Sentiment90- Key Issues:91 - Prolonged internet outages (some reporting 1-2 days of no service)92 - Slow customer support response93 - Lack of clear communication about service disruptions94- Specific Complaints:95 - LOS (Line of Sight) issues96 - No timely resolution of technical problems97 - Delayed email and support responses98993. BiznetHome:100- Strongly Negative Sentiment101- Key Issues:102 - Frequent network interruptions103 - Slow internet speeds104 - Poor customer support responsiveness105- Specific Complaints:106 - Packet loss107 - Inconsistent connection108 - Long download times109 - Unresolved technical issues1101114. MyRepublic (ID_MyRepublic):112- Extremely Negative Sentiment113- Key Issues:114 - Severe and prolonged service disruptions115 - Complete internet outages116 - Inability to access online services and games117 - Extremely poor customer support118- Specific Complaints:119 - Multi-day service interruptions120 - Inability to access websites and online games121 - Missed technician appointments122 - Lack of compensation or clear communication123124Overall Sentiment Ranking (from Bad to Worst):1251. IndiHomeCare (Bad)1262. CBN (Worse)1273. BiznetHome (Very Bad)1284. MyRepublic (Extremely Bad)129130Common Themes Across Providers:131- Poor network stability132- Slow customer support response133- Lack of transparent communication134- Prolonged service interruptions135- Unresolved technical issues136137Recommendation: These Indonesian internet service providers are experiencing significant customer satisfaction issues. Customers are frustrated with unreliable services, poor technical support, and lack of timely problem resolution.138```139140### Getting tweets from your home timeline141142```143$ llm what is happening on my twitter timeline?144145I'll help you check your Twitter timeline. I'll retrieve the latest tweets from your timeline:146147Tool Calls:148 get_timeline149 Args:150151I'll summarize the key highlights from your Twitter timeline:1521531. Professional/Tech Highlights:154- @ibamarief is preparing to onboard their first intern, noting it's a significant responsibility155- @papanberjalan shared a critique about web developers not understanding computer performance156- @pathofexile is running a Twitch Drops promotion for their game1571582. Notable Tweets:159- @elonmusk posted a cryptic "Hmm"160- @realDonaldTrump discussed eliminating Daylight Saving Time161- @blinkist shared an article about billionaires reading up to 50 books per year1621633. Miscellaneous Interesting Tweets:164- @nealtaparia shared a thread about 11 companies built around a single product165- @Rixhabh__ posted about creative and iconic ads166- Several tweets in Indonesian covering various topics from personal stories to social issues167168Would you like me to elaborate on any of these tweets or provide more context about any specific post?169```170
Full transparency — inspect the skill content before installing.