Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Basic Sentiment Mcp Server

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

    0 stars
    Python
    Updated Apr 26, 2025

    Table of Contents

    • Prerequisites
    • Python
    • npx
    • Install dependencies
    • Run and test the server

    Table of Contents

    • Prerequisites
    • Python
    • npx
    • Install dependencies
    • Run and test the server

    Documentation

    basic-sentiment-mcp-server

    Prerequisites

    ℹ️ NOTE: This setup is only tested on macOS.

    Install Homebrew using these instructions

    Python

    Any version at or above Python 3.10 should work. Install it like so:

    shell
    brew install python

    Also install the Python package manager uv using the official instructions.

    npx

    We'll need npx as well. We can get it by installing the Node package manager npm.

    Install the npm version manager nvm using these instructions.

    Then install Node.js and npm. We'll go with Node version 22 "Jod" (LTS).

    shell
    nvm install lts/jod

    That should give you Node.js, npm, and npx all at once. You can verify the npx installation by running:

    shell
    npx --version

    Install dependencies

    At the root of the project directory, run the following:

    shell
    uv sync

    Run and test the server

    The MCP SDK is part of the project dependencies, so we can use the MCP Inspector utility.

    In the root of the project directory directory, run:

    shell
    uv run mcp dev server.py

    It will output a message like:

    shell
    MCP Inspector is up and running at http://127.0.0.1:{somePort}

    Go ahead and open that URL in your browser to view the MCP Inspector.

    For the Transport Type, select STDIO. Click Connect and if that works, you will the inspector view populate.

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k