mcpbeat Sign in

XActions MCP Server

local only

XActions runs on your own machine — the client starts it, so there is no endpoint to ping. 714 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 113 · avg 54 · -43% w/w
a month agotoday
714
Installs / week
npm · xactions
533
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
HTML

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/utils/optionalDeps.js:1, [пакет] src/utils/puppeteerStealth.js:1
этот файл ставится пользователю, но в репозитории его нет
        if (match) dir = path.join(exportsRoot, match);
Runs an external command python/xeepy/scrapers/spaces.py:631
        process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
      execSync(`npm install ${name}`, { stdio: 'pipe', cwd: process.cwd() });
Builds a database query by concatenation xspace-agents/public/xspace-widget.umd.js:4
…s.length==0)return this._callbacks={},this;var s=this._callbacks["$"+e];if(!s)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var i,n=0;n<s.length;n++)if(i=s[n],i===t||i.fn===t){s.splice(n,1);break}return s.length===0&&delete this._callbacks["$"+e…
      container.innerHTML = sessionList.map(session => `
  <script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
                <input class="input" id="webhookUrl" placeholder="https://hooks.slack.com/..." />
Touches key and credential files xspace-agents/Dockerfile:15
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
    __VERSION__: JSON.stringify(process.env.npm_package_version || '1.0.0'),
Reads files and sends them to the network [пакет] src/mcp/server.js:3658, src/mcp/server.js:3720
          const dirs = await fs.readdir(exportsRoot);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xactions -- npx -y xactions
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xactions": {
      "args": [
        "-y",
        "xactions"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xactions]
command = "npx"
args = ["-y", "xactions"]
.cursor/mcp.json
{
  "mcpServers": {
    "xactions": {
      "args": [
        "-y",
        "xactions"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xactions": {
      "args": [
        "-y",
        "xactions"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X_COOKIES (X/Twitter authentication cookies (JSON string or path to cookies file)), X_USERNAME (X/Twitter username for login), X_PASSWORD (X/Twitter password for login). The author declared them in the registry entry; get the values from the project itself.

Alternatives to XActions

same job, measured the same way
Obscuraai MCP Server
by madeinphantom

Generate visual AI automation workflows from any MCP client. No API key required.

52 installs/wk local only
Action1
by wyre-ai

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

local only
Action1
by wyre-technology

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

local only
Test Genie
by muse-code-space

AI-powered app test automation for iOS, Android, Flutter, React Native, Web

58 installs/wk local only
MCP Coda
by vish288

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

264 installs/wk local only
Tiktok Creator
by wmarceau

TikTok automation: post videos, get analytics, manage comments

53 installs/wk local only
C
Blotato
by blotato

Social media APIs for scheduling, analytics, and DM automation.

answering
Ainative Browser MCP
by ainative-studio

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

321 installs/wk local only

XActions — questions

Answers built from our own checks of this server.

Why is there no uptime for XActions?
XActions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package xactions was installed 714 times last week.
How do I connect XActions?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xactions straight from npm; nothing to host, nothing to sign up for.
How many people use XActions?
The npm package xactions was installed 714 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is XActions open source?
Yes — it is published under the Apache-2.0 licence, written in HTML, 533 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.