basic-sentiment-mcp-server
A basic server using the Model Context Protocol, around text sentiment
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:
brew install pythonAlso 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).
nvm install lts/jodThat should give you Node.js, `npm`, and `npx` all at once. You can verify the `npx` installation by running:
npx --versionInstall dependencies
At the root of the project directory, run the following:
uv syncRun 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:
uv run mcp dev server.pyIt will output a message like:
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.
Frequently asked questions
What is basic-sentiment-mcp-server?
basic-sentiment-mcp-server is A basic server using the Model Context Protocol, around text sentiment
How do I install basic-sentiment-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is basic-sentiment-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/pdulapalli/basic-sentiment-mcp-server.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP