Back to Apps

X (Twitter) MCP Server
Supports UIby crazyrabbitltc
Comprehensive Twitter API integration for posting, engagement, and advanced social research.
0 stars
Works in:claude
Exposes:ToolsPromptsResources
What it does
Provides a bridge between LLMs and X (Twitter), allowing for automated posting, user profile retrieval, engagement management, and deep social analytics using both official API and SocialData.tools.
Tools
postTweet: Post new tweets to a profile.getUserInfo: Retrieve detailed user profile information.replyToTweet: Send replies to specific tweets.advancedTweetSearch: Perform complex queries bypassing some API tier restrictions (via SocialData).analyzeSentiment: Track sentiment and keyword frequency on X.getFullThread: Reconstruct and analyze complete conversation threads.
Installation
{
"mcpServers": {
"x-twitter": {
"command": "node",
"args": ["/path/to/twitter-server/dist/index.js"],
"env": {
"X_API_KEY": "your_api_key",
"X_API_SECRET": "your_api_secret",
"X_ACCESS_TOKEN": "your_access_token",
"X_ACCESS_TOKEN_SECRET": "your_access_token_secret"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g mcp-twitter-serverInformation
- Pricing
- paid
- Published
- 8/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"x-twitter": {
"command": "node",
"args": ["/path/to/twitter-server/dist/index.js"],
"env": {
"X_API_KEY": "your_api_key",
"X_API_SECRET": "your_api_secret",
"X_ACCESS_TOKEN": "your_access_token",
"X_ACCESS_TOKEN_SECRET": "your_access_token_secret"
}
}
}
}





