Xactions MCP Server

XActions - The Complete X/Twitter Automation Toolkit. Scrapers, MCP server for AI agents, CLI, and browser scripts. No API required. Open source by

Remote serverstreamable-httpTypeScript

What is the Xactions MCP server?

XActions - The Complete X/Twitter Automation Toolkit. Scrapers, MCP server for AI agents, CLI, and browser scripts. No API required. Open source by @nichxbt. Don't Panic. The xactions mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

Its toolset

Everything the assistant can do here goes through one of these:

  • Function — Description

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Xactions's toolset — Function — is a fair guide to whether it matches your workflow. It is maintained by nirholas; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the xactions mcp server does with a few real requests.

Available tools

ToolWhat it does
FunctionDescription

How to install the Xactions MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Xactions to Function.

Frequently asked questions

It connects Xactions to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Function) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Xactions directly.