X/Twitter
Communitybyvidhupv
Create, manage, and publish posts with full API and OAuth support.
API Key Required
Configuration
{
"mcpServers": {
"x-twitter": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-x-twitter"
],
"env": {
"X_TWITTER_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.