MCP server for X (Twitter) with 120+ API endpoints. Search tweets, scrape user data, post tweets, run giveaway draws, monitor accounts, extract followers, manage DMs, download media, analyze writing styles, and automate X workflows. Remote Streamable HTTP server with API key authentication.
Server Config
{
"mcpServers": {
"xquik": {
"url": "https://xquik.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_XQUIK_API_KEY>"
}
}
}
}