Skip to content
VS Code

X-Social Intel for VS Code

io.github.evozim/x-data

Real-time Twitter/X data miner and sentiment parser for autonomous bots.

client:VS Code transport:sse

Install X-Social Intel in VS Code

.vscode/mcp.json

{
  "servers": {
    "x-data": {
      "type": "sse",
      "url": "https://x-data-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

X-Social Intel in other clients