Apex X (Twitter) Management - Secure MCP Server by ALMC Security 2025

Apex X (Twitter) Management

View on GitHub

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:

  • get tweet
  • search tweets (including replies)
  • generate reply
  • post tweet
  • post reply

Apex Set Up

  1. Create an account at Apex.
  2. Request an API Key.
  3. Review Apex API Docs

Quick Start with Smithery (Recommended)

Install with Smithery here.

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.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"]
    }
  }
}

Open Claude Desktop to verify connection.

Related in Communication - Secure MCP Servers

ServerSummaryActions
WeChatView
Coreflux MQTT MCP ServerThis is a Model Context Protocol (MCP) server that connects to a Coreflux MQTT broker and makes Core...View
User FeedbackSimple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. This is esp...View
Whissle MCP ServerA Python-based server that provides access to Whissle API endpoints for speech-to-text, diarization,...View
LinkedIn MCP ServerA powerful Model Context Protocol server for LinkedIn API integrationView
Prompt for User Input MCP ServerAn MCP (Model Context Protocol) server that enables AI models to prompt users for input directly thr...View