⚡
Sentiment Analysis AI MCP
Sentiment Analysis AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Sentiment Analysis AI MCP
Powered by Claude · Grounded in docs
I know everything about Sentiment Analysis AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Sentiment Analysis Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
analyze_sentiment | Analyse the sentiment of a text. Returns score (0-1), label (positive/negative/n |
batch_analyze | Analyse sentiment for multiple texts at once. Provide texts separated by ' |
compare_sentiments | Compare the sentiment of two texts side by side. |
extract_emotions | Detect emotions present in text. Returns detected emotions with intensity scores |
Installation
pip install meok-sentiment-analysis-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"sentiment-analysis-ai": {
"command": "python",
"args": ["-m", "meok_sentiment_analysis_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
