HomeCommunication › x-use

x-use

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

Python Local macOSWindowsLinux
★ 168 stars Last pushed 2026-08-18 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.4.1)

uvx x-use-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "x-use": {
      "command": "uvx",
      "args": [
        "x-use-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "OPENAI_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — Optional. Only needed for server-side text generation ('auto' replies, composite draft tools, background automation). Interactive MCP use is keyless because the calling agent writes the text.
  • OPENAI_BASE_URL — Optional. OpenAI-compatible endpoint, for example https://openrouter.ai/api/v1 or http://localhost:11434/v1 for Ollama. Defaults to api.openai.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry