← Back to Plugins
MCP Server MCP

XActions

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "xactions",
      "version": "3.5.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "X/Twitter authentication cookies (JSON string or path to cookies file)",
          "isSecret": true,
          "name": "X_COOKIES"
        },
        {
          "description": "X/Twitter username for login",
          "name": "X_USERNAME"
        },
        {
          "description": "X/Twitter password for login",
          "isSecret": true,
          "name": "X_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...