Productivity|Development|Social|AnalyticsHTML

XActions

The Complete X/Twitter Automation Toolkit for AI agents.

Free
N/A rating (0 reviews)0 installs189 GitHub stars
automationtwitterscraping

This toolkit includes scrapers, an MCP server for AI agents, a command-line interface, browser scripts, and a browser extension. It allows users to automate interactions on X/Twitter without the need for API keys or monthly fees.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "xactions-1": {
      "args": [
        "-y",
        "xactions"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.