Skip to content
Claude Desktop

Sentimatix for Claude Desktop

io.github.rishav0123/sentimatix

Real-time NSE/BSE stock sentiment, news NLP, technical analysis & RAG search via MCP.

client:Claude Desktop transport:streamable-http runtime:pypi

Install Sentimatix in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sentimatix": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sentimatix-mcp.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Sentimatix in other clients