Apex X (Twitter) Management
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
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.
Related Servers
rqbit
Interact with the rqbit torrent client API. Requires a running rqbit instance.
Zundamon Voice Synthesis
A voice synthesis server for Zundamon using the VOICEVOX engine.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Perplexity Chat
An MCP server for the Perplexity API to query responses and manage conversations.
Slack
An MCP server for interacting with the Slack API, allowing for sending messages, managing channels, and other workspace actions.
Didlogic MCP Server
Interact with the Didlogic API for telecommunication services, including virtual phone numbers and SMS.
Ntfy MCP Server
Send push notifications via the ntfy service, enabling LLMs and AI agents to notify your devices.
Gmail MCP
A standardized interface for managing, sending, and retrieving emails through the Gmail API.
Gmail
Query live Gmail data using LLMs via CData's read-only MCP server.
Slack Webhook
Post messages to Slack channels using incoming webhooks or bot tokens.