Back to Apps

x-use
Supports UIby ihuzaifashoukat
Browser-native AI agents for X (Twitter) that post, reply, and engage without requiring an X API key.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResourcesPrompts
What it does
Connects AI agents to X (Twitter) using a stealth-hardened browser instead of the expensive X API. It allows LLMs to manage a social presence, handle multi-account automation, and perform research and engagement workflows directly via MCP.
Tools
post_tweet: Create and publish tweets.reply_to_tweet: Engage with specific tweets.search_tweets: Find relevant content on X.list_accounts: Manage and view configured X accounts.approve_draft: Finalize and publish staged content.process_queue: Execute scheduled engagement actions.
Installation
{
"mcpServers": {
"x-use": {
"command": "x-use",
"args": ["mcp"]
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor, Windsurf
Quick install
pip install x-use-mcpInformation
- Pricing
- free
- Published
- 7/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry: { "name": "x-use", "command": "x-use", "args": ["mcp"] }Windsurf
mcp_config.json entry: { "x-use": { "command": "x-use", "args": ["mcp"] } }Claude Desktop
{
"mcpServers": {
"x-use": {
"command": "x-use",
"args": ["mcp"]
}
}
}





