Manage your X (Twitter) fully with a single API Key. Built using Apex social media infrastructure.
Supported platforms:
- X
- get tweet
- search tweets (including replies)
- generate reply
- post tweet
- post reply
- Create an account at Apex.
- Request an API Key.
- Review Apex API Docs
Install with Smithery here.
Clone 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.