XActions for Cursor
io.github.nirholas/xactions
X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.
client:Cursor
transport:stdio
runtime:npm
Install XActions in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xactions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<X_COOKIES>",
"X_USERNAME": "<X_USERNAME>",
"X_PASSWORD": "<X_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs