Sentiment Analysis MCP Server
Enables sentiment analysis capabilities through a Gradio web interface, allowing users to analyze text for polarity, subjectivity, and sentiment assessment using TextBlob.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sentiment Analysis MCP Serveranalyze the sentiment of 'I love this product!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
huggingface-mcp-course
Code for huggingface mcp course: https://huggingface.co/learn/mcp-course
Unit 2
Set cursor's global MCP setting:
{ "mcpServers": { "sentiment-analysis": { "command": "npx", "args": [ "-y", "mcp-remote", "http://localhost:7860/gradio_api/mcp/sse", "--transport", "sse-only" ] } } }Ask cursor to use tool:
Use sentiment analyze tool to analyze given sentence: "Hello World!"Run MCP local server and move it to background:
I can see that there's a sentiment analysis tool implemented in the codebase using TextBlob. Let me run the sentiment analysis on your sentence.Results:
Based on the sentiment analysis tool implementation, I can analyze the sentiment of "Hello World!" directly. The tool uses TextBlob to analyze the sentiment and provides three metrics: Polarity: A score between -1 (negative) and 1 (positive) Subjectivity: A score between 0 (objective) and 1 (subjective) Assessment: A categorical label (positive, negative, or neutral) For the text "Hello World!", the analysis would be: Polarity: 0.0 (neutral) Subjectivity: 0.0 (objective) Assessment: neutral This makes sense because "Hello World!" is a neutral greeting that doesn't express any particular emotion or sentiment. It's a standard programming phrase that's objective in nature. The sentiment analysis tool is now running and accessible through a web interface at http://127.0.0.1:7861 if you'd like to analyze more text or see the results in a visual format.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT
- AlicenseBqualityCmaintenanceAn MCP server that provides AI assistants with team analytics capabilities for Cursor editor, allowing them to retrieve team member information, usage metrics, and spending data through natural language queries.33MIT
- AlicenseAqualityDmaintenanceThis MCP server enables users to interact with and analyze the dair-ai/emotion dataset from Hugging Face containing labeled Twitter messages. It provides tools to sample data, search text, and perform statistical analysis on emotion distributions.4GPL 3.0
- AlicenseAqualityAmaintenanceSentiment Analysis AI - MCP server providing AI-powered tools and automation by MEOK AI Labs48MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aiden-Jeon/huggingface-mcp-course'
If you have feedback or need assistance with the MCP directory API, please join our Discord server