Sentor
About
Stop guessing why ratings drop. Give your AI assistant Sentor and let it analyse thousands of reviews, pinpoint what to fix first, and surface the topics that matter most.
Details
- Author
- NIKX-Tech
- Downloads
- 237
- Categories
- Other, AI
Jump to
- Score sentiment toward specific entities (brands, products, features)
- Automatically cluster documents into topics
- Generate descriptive topic labels using an LLM
- Run full analysis pipelines from a single prompt
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SentorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install using uvx sentor-mcp — no server to run, no infrastructure needed. Obtain a free API key at dashboard.sentor.app and configure the server to use it.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sentor": {
"sentor": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
}
McpServers
{
"sentor": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
Sentor is an entity-based sentiment analysis platform powered by fine-tuned BERT models. This MCP server exposes Sentor's ML APIs as tools your AI assistant can call directly.
What you can do:
- Score sentiment toward specific entities (brands, products, features) in text
- Cluster documents into topics automatically
- Generate descriptive topic labels using an LLM
- Run full analysis pipelines from a single prompt
Example:
> "Analyse these 50 customer reviews for sentiment toward our checkout flow and delivery speed. Then cluster them by topic and name each cluster."
Install with uvx sentor-mcp — no server to run, no infrastructure needed.
Get your free API key at dashboard.sentor.app
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




