X Management
STDIOX (Twitter) management MCP server for posting, replying, searching and retrieving tweets.
X (Twitter) management MCP server for posting, replying, searching and retrieving tweets.
Manage your X (Twitter) fully with a single API Key. Built using Apex social media infrastructure.
Supported platforms:
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.
Install with Smithery here.
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 creates apex-mcp.mcpb file that can be installed directly in Claude Desktop.
apex-mcp.mcpb fileClone Repo.
Run commands:
# 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.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.