Odel
Sentor

Sentor

Local
@nikx-tech1PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsentor-mcpv1.0.5

Run

uvx sentor-mcp

MCP client config

{
  "mcpServers": {
    "sentor": {
      "command": "uvx",
      "args": [
        "sentor-mcp"
      ]
    }
  }
}