Leverages npm for installation and building of the X-MCP-Ctrl project.
X-MCR-CTRLS
CONTROL YOUR X THROUGH LLM AGENTS.
Overview
X-MCP-Ctrl allows control of your and X-Acc through LLM agents using in apps like Claude-desktop/cursor.
Setup-Guide
Setting up your the MCP is simple and requires just three steps:
Clone this repo.
install and Build the project
npm install npm run buildUpdate Your Configuration Paste the following JSON configuration into your Claude or Cursor setup:
{ "mcpServers": { "x-mcp-ctrls": { "command": "node", "args": [ "PATH_TO_DOWNLOADED_FOLDER\\build\\index.js" ], "env":{ "X_API_KEY": "YOUR_API_KEY", "X_API_SECRET_KEY": "YOUR_API_KEY", "X_BEARER_TOKEN": "YOUR_API_KEY", "X_ACCESS_TOKEN": "YOUR_API_KEY2", "X_ACCESS_TOKEN_SECRET": "YOUR_API_KEY", "GEMINI_API_KEY": "YOUR_API_KEY" // ONLY IF YOU WANT IMG GENERATION } } } }
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
masking posts and getting account info on x.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for managing social media posts, currently supporting X (formerly Twitter).Last updated -8MIT License
- -securityAlicense-qualityEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.Last updated -23MIT License
- AsecurityAlicenseAqualityX (Twitter) MCP serverLast updated -2313MIT License
- -securityFlicense-qualityEnables complete management of X (Twitter) accounts through a single API key, supporting functions like getting tweets, searching, generating and posting replies.Last updated -2