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
{
"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