Skip to content
Zed

XActions for Zed

io.github.nirholas/xactions

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

client:Zed transport:stdio runtime:npm

Install XActions in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "xactions": {
      "command": "npx",
      "args": [
        "-y",
        "xactions"
      ],
      "env": {
        "X_COOKIES": "<X_COOKIES>",
        "X_USERNAME": "<X_USERNAME>",
        "X_PASSWORD": "<X_PASSWORD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

XActions in other clients