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
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>", "<APEX URL>"]
}
}
}
Open Claude Desktop to verify connection.