capx café for Cursor
io.github.vb-tyagi/capx-cafe
Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.
client:Cursor
transport:stdio
runtime:npm
Install capx café in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"capx-cafe": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs