SocialData for Claude Desktop
tools.socialdata/socialdata
Twitter (X) API alternative for AI agents: tweet search, profiles, followers. $0.0002 per result.
client:Claude Desktop
transport:streamable-http
tools:14
Install SocialData in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"socialdata": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.socialdata.tools/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs