What is the Sentor MCP server?
Score sentiment toward specific entities in text. Cluster documents and name topics.
How to install Sentor
Copy-paste configuration for popular MCP clients.
SENTOR_API_KEYYour Sentor API key. Get one free at https://dashboard.sentor.app/settings?tab=api-access
SENTOR_BASE_URLSentor API base URL. Defaults to https://sentor.app/api
{
"mcpServers": {
"sentor-mcp": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<YOUR_SENTOR_BASE_URL>"
}
}
}
}{
"mcpServers": {
"sentor-mcp": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<YOUR_SENTOR_BASE_URL>"
}
}
}
}{
"mcpServers": {
"sentor-mcp": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<YOUR_SENTOR_BASE_URL>"
}
}
}
}{
"servers": {
"sentor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<YOUR_SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<YOUR_SENTOR_BASE_URL>"
}
}
}
}claude mcp add sentor-mcp --env SENTOR_API_KEY=<YOUR_SENTOR_API_KEY> --env SENTOR_BASE_URL=<YOUR_SENTOR_BASE_URL> -- uvx sentor-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.