Back to Apps

MCP Twikit
Supports UIby adhikasp
Connect your AI to Twitter for sentiment analysis, timeline monitoring, and search capabilities.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant to Twitter (X), allowing it to perform real-time searches, retrieve home timelines, and analyze public sentiment across multiple accounts.
Tools
search_twitter: Search for tweets based on specific queries, accounts, or hashtags.get_timeline: Retrieve the latest tweets from your home timeline for context and updates.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-twikit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
"env": {
"TWITTER_USERNAME": "your_username",
"TWITTER_EMAIL": "your_email",
"TWITTER_PASSWORD": "your_password"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @smithery/cli install mcp-twikit --client claudeInformation
- Pricing
- free
- Published
- 4/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcp-twikit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
"env": {
"TWITTER_USERNAME": "your_username",
"TWITTER_EMAIL": "your_email",
"TWITTER_PASSWORD": "your_password"
}
}
}





