x-mcp
Leverages npm for installation and building of the X-MCP-Ctrl project.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x-mcpmask my latest post about the project meeting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Apex MCP for X Management
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 deployed
Maintenance
Related MCP Connectors
X (twitter): x, xapi, Twitter, twitter api, twitters ,tweets, tw, twttr, FollowerIds, friendsIds.
Read-only public X (Twitter) data: profiles, tweets, threads, followers, search. Pay per result.
X (Twitter) profiles, tweets and single-tweet lookup by handle or URL. No login. Pay per result.
X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.14 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables complete management of X (Twitter) accounts through a single API key, supporting functions like getting tweets, searching, generating and posting replies.24 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (Twitter) to post tweets, threads, and replies while retrieving tweet metrics and account information. It supports core management tasks like deleting tweets and verifying authentication through the Twitter API.MIT
- AlicenseNot gradedqualityCmaintenanceX and Twitter MCP by SocialDataX for public post search and details, comments and replies, user profiles, and user post lists with pagination.MIT