capx café for Cline
io.github.vb-tyagi/capx-cafe
Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.
client:Cline
transport:stdio
runtime:npm
Install capx café in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs