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).
Run
npx -y capx-cafe
MCP client config
{
"mcpServers": {
"capx-caf": {
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}