Skip to content
Grok

Sentor for Grok

io.github.nikx-tech/sentor-mcp

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

client:Grok transport:stdio runtime:pypi

Install Sentor in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Sentor in other clients