basic-sentiment-mcp-server
0
The basic-sentiment-mcp-server project is designed to run a Model Context Protocol (MCP) Server for sentiment analysis. It involves setting up a development environment specifically on macOS, installing required dependencies, and using MCP SDK utilities for development and testing.
basic-sentiment-mcp-server
Prerequisites
- This setup is only tested on macOS.
- Install Homebrew, Python 3.10 or above, and the Python package manager
uv
. - Install
npx
by using the Node package managernpm
. - Use
nvm
to install Node.js andnpm
(version 22 "Jod").
Install dependencies
- Run
uv sync
at the root of the project directory.
Run and test the server
- The MCP SDK is part of the project dependencies.
- Use the MCP Inspector utility to test the server by running
uv run mcp dev server.py
.