Twitter/X social media integration. Post tweets, search, manage followers, and analyze engagement.
npx -y twitter-mcp-server
```json
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": ["-y", "twitter-mcp-server"],
"env": {
"TWITTER_API_KEY": "key",
"TWITTER_API_SECRET": "secret",
"TWITTER_ACCESS_TOKEN": "token"
}
}
}
}
```
post_tweetsearch_tweetsget_timelineget_userTwitter/X social media integration. Post tweets, search, manage followers, and analyze engagement.
Language: TypeScript
Category: Communication