Skip to content
Claude Desktop

capx café for Claude Desktop

io.github.vb-tyagi/capx-cafe

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

client:Claude Desktop transport:stdio runtime:npm

Install capx café in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "capx-cafe": {
      "command": "npx",
      "args": [
        "-y",
        "capx-cafe"
      ],
      "env": {
        "CAPX_CHOKEPOINT_URL": "<CAPX_CHOKEPOINT_URL>",
        "CAPX_EMAIL": "<CAPX_EMAIL>",
        "CAPX_LANE": "<CAPX_LANE>",
        "X_CLIENT_ID": "<X_CLIENT_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

capx café in other clients