mcpbeat Sign in

Sentor MCP Server

by nikx-tech Your server? Claim it
local only

Sentor runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 24 Jun 2026.

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

Installs per day peak 46 · avg 15 · -37% w/w
a month agotoday
88
Installs / week
pypi · sentor-mcp
1
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Sentor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sentor-mcp -- uvx sentor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentor-mcp": {
      "args": [
        "sentor-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentor-mcp]
command = "uvx"
args = ["sentor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentor-mcp": {
      "args": [
        "sentor-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentor-mcp": {
      "args": [
        "sentor-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SENTOR_API_KEY (Your Sentor API key. Get one free at https://dashboard.sentor.app/settings?tab=api-access), SENTOR_BASE_URL (Sentor API base URL. Defaults to https://sentor.app/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentor

same job, measured the same way
Telegram Notify MCP
by parthjadhav

Send Telegram notifications from AI agents — text, photos, and documents.

50 installs/wk local only
Inkmotion
by omnipotent6

Turn a topic, URL, or document into a narrated, animated explainer video.

answering
AI Connector For Revit
by nonicateam

+50 tools to inspect, select, edit and document elements in live Revit models.

local only
Zoom Docs
by zoom

Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown.

answering
Mhlabs MCP Tools
by musaddiquehussainlabs

An MCP server that provides text preprocessing, NLP components, and document analysis

86 installs/wk local only
C
Siglio MCP
by esigndev

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

792 installs/wk local only
Groupdocs Merger MCP
by groupdocs-merger

MCP server for GroupDocs.Merger — merge, split, and inspect documents via AI agents.

local only
Documentero
by documentero

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

30 installs/wk local only

Sentor — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentor?
Sentor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sentor-mcp was installed 88 times last week.
How do I connect Sentor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sentor-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Sentor?
The pypi package sentor-mcp was installed 88 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentor open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.