Apex MCP for X Management
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., "@Apex MCP for X Managementsearch for tweets about AI with at least 500 likes from this week"
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.
MCP Server for X (Twitter) Management
Powered by Apex
Manage your X (Twitter) fully with a single API Key. Built using Apex social media infrastructure.
Supported platforms:
X
Functions:
Tweet Management
get tweet - Get detailed information about a specific tweet
search tweets - Search tweets with advanced filtering (including replies)
generate reply - Generate AI-powered reply suggestions for text/images
post tweet - Post new tweets with optional images
post reply - Post replies to existing tweets
List Management
create list - Create new X/Twitter lists
get user lists - Retrieve all lists owned by the authenticated user
get list - Get detailed information about a specific list
get list members - Get members of a list with pagination support
add list member - Add users to X/Twitter lists
update list - Update existing list properties
delete list - Delete X/Twitter lists
User Management
get user details - Get comprehensive user profile information by username or Twitter ID (includes TWID, follower counts, verification status, profile details)
follow user - Follow a user on Twitter/X by their numerical Twitter ID (TWID)
unfollow user - Unfollow a user on Twitter/X by their numerical Twitter ID (TWID)
get user followers - Get a paginated list of a user's followers by numerical Twitter ID (TWID)
get user following - Get a paginated list of users that a user is following by numerical Twitter ID (TWID)
Related MCP server: X MCP Server
Example Usage
Search Tweets
The search tool uses structured parameters (no query parameter). Here's an example request:
{
"count": 20,
"minLikes": 100,
"includeWords": [
"bitcoin",
"treasury"
],
"startDate": "2025-06-16",
"onlyOriginal": true
}This searches for original tweets (not retweets) containing "bitcoin" and "treasury" with at least 100 likes since June 16, 2025.
Apex Set Up
Create an account at Apex.
Request an API Key.
Review Apex API Docs
Quick Start with Smithery (Recommended)
Install with Smithery here.
Building MCPB Bundles
Create installable MCPB bundles for Claude Desktop:
Prerequisites
# Install MCPB CLI globally
npm install -g @anthropic-ai/mcpbBuild Process
# Clone and setup
git clone https://github.com/xonack/apex-mcp.git
cd apex-mcp
npm install
# Build the bundle
npm run mcpb:buildThis creates apex-mcp.mcpb file that can be installed directly in Claude Desktop.
Installation
Open Claude Desktop
Go to Settings → Extensions
Click "Install Extension"
Select the
apex-mcp.mcpbfileConfigure your Apex API key and URL
Manual Set Up
Clone Repo.
Run commands:
# Install dependencies
npm install
# Build the project
npm run build
Using with Claude Desktop
Local Development
Add this configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"apex-mcp-server": {
"command": "node",
"args":["/absolute/path/to/apex-mcp-stdio/dist/index.js", "<APEX API KEY>", "api.apexagents.ai"]
}
}
}Open Claude Desktop to verify connection.
This server cannot be deployed
Maintenance
Related MCP Connectors
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
X (Twitter) data for AI agents: tweets, profiles, followers, search, trends + social listening.
Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.
X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.9 npm3MIT
- FlicenseBqualityDmaintenanceEnables users to interact with X (Twitter) through the X API. Supports posting tweets, retrieving user timelines, searching tweets, and replying to tweets with comprehensive error handling.37 npm-
- 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 gradedqualityCmaintenanceEnables AI assistants to interact with X (Twitter) API v2 for posting tweets, searching, liking, retweeting, and more through natural language.MIT