HomeCommunication › XActions

XActions

X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.

HTML
★ 541 stars Last pushed 2026-09-17 License: Apache-2.0

Connect

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

Package (npm 3.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "xactions": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "X_COOKIES": "<YOUR_VALUE>",
        "X_USERNAME": "<YOUR_VALUE>",
        "X_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • X_COOKIES secret — X/Twitter authentication cookies (JSON string or path to cookies file)
  • X_USERNAME — X/Twitter username for login
  • X_PASSWORD secret — X/Twitter password for login

Related servers

Data from the Official MCP Registry