Labsco
xonack logo

Apex X (Twitter) Management

โ˜… 2

from xonack

Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

smithery badge

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)

Building MCPB Bundles

Create installable MCPB bundles for Claude Desktop:

Prerequisites

# Install MCPB CLI globally
npm install -g @anthropic-ai/mcpb

Build Process

# Clone and setup
git clone https://github.com/xonack/apex-mcp.git
cd apex-mcp
npm install

# Build the bundle
npm run mcpb:build

This creates apex-mcp.mcpb file that can be installed directly in Claude Desktop.

Installation

  1. Open Claude Desktop
  2. Go to Settings โ†’ Extensions
  3. Click "Install Extension"
  4. Select the apex-mcp.mcpb file
  5. Configure your Apex API key and URL

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.