MCP Server
Apex MCP for X Management
Enables complete management of X (Twitter) accounts through a single API key, supporting functions like getting tweets, searching, generating and posting replies.
2
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "apex-mcp-server",
3 "command": "node",
4 "args": [
5 "/absolute/path/to/apex-mcp-stdio/dist/index.js",
6 "",
7 "api.apexagents.ai"
8 ]
9}
JSON9 lines
README Documentation
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
- Create an account at Apex.
- Request an API Key.
- 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.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.
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source