basic-sentiment-mcp-server
@pdulapalli
About basic-sentiment-mcp-server
A basic server using the Model Context Protocol, around text sentiment
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"basic-sentiment-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is basic-sentiment-mcp-server?
basic-sentiment-mcp-server is an MCP server for sentiment analysis, as indicated by its name. The README provides setup instructions for running the server and is tested on macOS.
How to use basic-sentiment-mcp-server?
Install dependencies with uv sync, then run uv run mcp dev server.py to start the MCP Inspector. Connect via STDIO transport to test the server.
Key features of basic-sentiment-mcp-server
—
Use cases of basic-sentiment-mcp-server
—
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Comments