MCP.so
Sign In

basic-sentiment-mcp-server

@pdulapalli

About basic-sentiment-mcp-server

A basic server using the Model Context Protocol, around text sentiment

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

pdulapalli

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

Comments

More Other MCP servers