Odel
XActions

XActions

Local
@nirholas501HTMLApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxactionsv3.5.0

Run

npx -y xactions

MCP client config

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