Comprehensive X/Twitter management MCP server with list management, tweeting, searching, and AI-powered replies via Apex API
Apex mcp mcp server connects Apex MCP to AI assistants that speak the Model Context Protocol. Comprehensive X/Twitter management MCP server with list management, tweeting, searching, and AI-powered replies via Apex API.
Manage your X (Twitter) fully with a single API Key. Built using Apex social media infrastructure.
Once connected, the assistant can call these 2 tools directly:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Open Claude Desktop 2. Go to Settings → Extensions 3. Click "Install Extension" 4. Select the apex-mcp.mcpb file 5. Configure your Apex API key and URLThe server is distributed via npm as @anthropic-ai/mcpb, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
## Where it fits
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Apex MCP sits in that group, and the shape of its toolset — `Prerequisites`, `Installation` — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
### Practical notes
- This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
- Maintained by xonack, written in Go.
- MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the apex mcp mcp server actually does with your data.
- Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Open Claude Desktop 2. Go to Settings → Extensions 3. Click "Install Extension" 4. Select the apex-mcp.mcpb file 5. Configure your Apex API key and URL |
{
"mcpServers": {
"apex": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcpb"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.