A Model Context Protocol (MCP) server that provides comprehensive access to Twitter (𝕏) data, including advanced search, user profiles, tweets, followers, followings, mentions, and more.
服务器配置
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"@practicaltools/twitter-mcp-server"
],
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}