Twitter/X social media integration — post tweets, search content, manage timeline and interactions
TWITTER_API_KEYTWITTER_API_SECRETTWITTER_ACCESS_TOKENTWITTER_ACCESS_SECRETnpx @getmcp/cli add twitterConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"mcp-twitter"
],
"env": {
"TWITTER_API_KEY": "",
"TWITTER_API_SECRET": "",
"TWITTER_ACCESS_TOKEN": "",
"TWITTER_ACCESS_SECRET": ""
}
}
}
}