Odel
capx café

capx café

Local
@vb-tyagiTypeScriptAGPL-3.0Updated 3 days ago

Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcapx-cafev0.1.3

Run

npx -y capx-cafe

MCP client config

{
  "mcpServers": {
    "capx-caf": {
      "command": "npx",
      "args": [
        "-y",
        "capx-cafe"
      ]
    }
  }
}