Skip to content
VS Code

Sentiment Analyzer API for VS Code

io.github.br0ski777/sentiment-analyzer

Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.

client:VS Code transport:sse

Install Sentiment Analyzer API in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentiment-analyzer": {
      "type": "sse",
      "url": "https://sentiment-analyzer.api.klymax402.com/mcp"
    }
  }
}

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

Sentiment Analyzer API in other clients