XActions for Claude Desktop
io.github.nirholas/xactions
X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.
client:Claude Desktop
transport:stdio
runtime:npm
Install XActions in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"xactions": {
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<X_COOKIES>",
"X_USERNAME": "<X_USERNAME>",
"X_PASSWORD": "<X_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs