Skip to content
Claude Desktop

Sentor for Claude Desktop

io.github.nikx-tech/sentor-mcp

Score sentiment toward specific entities in text. Cluster documents and name topics.

client:Claude Desktop transport:stdio runtime:pypi

Install Sentor in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentor-mcp": {
      "command": "uvx",
      "args": [
        "sentor-mcp"
      ],
      "env": {
        "SENTOR_API_KEY": "<SENTOR_API_KEY>",
        "SENTOR_BASE_URL": "<SENTOR_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Sentor in other clients