MCP.so
ログイン

basic-sentiment-mcp-server

@pdulapalli

basic-sentiment-mcp-server について

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

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

pdulapalli

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "basic-sentiment-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ