Apex X (Twitter) Management

by xonack

Not rated
GitHub

About

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

Details

Author
xonack
Categories
Communication, Other, Marketing

Setup

Install Apex X (Twitter) Management in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/xonack/apex-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

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

Manage your X (Twitter) fully with a single API Key. Built usingApexsocial media infrastructure.

- 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

- 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

- 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)

The search tool uses structured parameters (noqueryparameter). 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.
- Create an account atApex.
- Request an
API Key.
- Review
Apex API Docs

Create installable MCPB bundles for Claude Desktop:

# Install MCPB CLI globally npm install -g @anthropic-ai/mcpb
# 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 createsapex-mcp.mcpbfile that can be installed directly in Claude Desktop.
- Open Claude Desktop
- Go to Settings → Extensions
- Click "Install Extension"
- Select theapex-mcp.mcpbfile
- Configure your Apex API key and URL

# Install dependencies npm install # Build the project npm run build

Add this configuration to your Claude Desktop config file:

MacOS:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%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"] } } }

OpenClaude Desktopto verify connection.

Interact with Instagram Business accounts using the Instagram Graph API.

Generates professional LinkedIn post drafts from YouTube videos by summarizing their content.

Threads tools for AI agents — generate viral posts, download videos, and export profile data from Meta Threads.

MCP server for posting to X (Twitter) with multi-account support

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

Interact with Twitter to post and search for tweets.

A server for interacting with Twitter, allowing you to post tweets, read timelines, and manage your account through the MCP standard.

Provides Twitter API access without requiring local credential setup. Credentials must be provided at runtime.

An MCP server for interacting with the X (Twitter) API, requiring developer credentials.

Integrate with the X (Twitter) API for workflow automation, enhanced error handling, and real-time documentation.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.