Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.
claude mcp add capx-cafe -- npx -y capx-cafe
claude_desktop_config.json
{
"mcpServers": {
"capx-cafe": {
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"capx-cafe": {
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"capx-cafe": {
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"capx-cafe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"capx-cafe": {
"command": "npx",
"args": [
"-y",
"capx-cafe"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vb-tyagi--capx-cafe/reviews or the review_server meta-tool.
POST /mcp