Social
Twitter/X MCP by iSteam
Search tweets, post, reply, like, retweet, and follow — all through your AI agent. 15 tools.
N/A rating (0 reviews)0 installs2 GitHub stars
twitterxsocial-mediaai-agentsisteam
Compatible with
Claude DesktopCursorWindsurf
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"twitter": {
"env": {
"TWITTER_API_KEY": "your-api-key",
"TWITTER_API_SECRET": "your-api-secret",
"TWITTER_ACCESS_TOKEN": "your-access-token",
"TWITTER_ACCESS_TOKEN_SECRET": "your-access-token-secret"
},
"args": [
"-y",
"@isteam/twitter-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.