Back to Apps

X Intelligence
by fluyeporlaweb
Read-only X/Twitter research tool for AI agents. Analyze accounts, find viral content, and track real-time trends.
0 stars
Works in:CursorWindsurfCodexGemini CLI
Exposes:Tools
What it does\nConnects AI agents to X (Twitter) for read-only research. It allows agents to perform market research, track niche leaders, and analyze viral content without the complexity of the official X API.\n\n## Tools\n- search_viral_content: Find top posts by keyword with engagement filters (likes, retweets).\n- analyze_account: Get full profile analysis including followers, engagement rate, and top posts.\n- get_trending_topics: Retrieve real-time trending topics by country.\n- get_niche_leaders: Discover top accounts in any specific niche sorted by follower count.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "x-intelligence": {\n "command": "npx",\n "args": [\n "-y", \"mcp-remote\",\n \"https://mcp-x-intelligence.fluyeporlaweb.workers.dev/mcp\",\n \"--header\", \"x-twitterapi-key: YOUR_TWITTERAPI_KEY\"\n ]\n }\n }\n}\n\n\n## Supported hosts\nClaude Desktop, Claude Code, Cursor, Windsurf, Cline, Codex CLI, Gemini CLI
Quick install
npx -y mcp-remote https://mcp-x-intelligence.fluyeporlaweb.workers.dev/mcp --header x-twitterapi-key YOUR_TWITTERAPI_KEYInformation
- Pricing
- freemium
- Published
- 8/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the above JSON to your mcp.json or settings.Windsurf
Add the above JSON to your mcp_config.json.Claude Desktop
{
"mcpServers": {
"x-intelligence": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://mcp-x-intelligence.fluyeporlaweb.workers.dev/mcp",
"--header", "x-twitterapi-key: YOUR_TWITTERAPI_KEY"
]
}
}
}





