Token导航 LogoToken导航TokenDH.com
MIS453 Midterm MCP logo
运维云端stdio官方级别未说明来源级核验

MIS453 Midterm MCP

MCP Server

SentimentScope应用的情感分析接口,作为SentimentScope API与AI代理(如Claude Desktop)之间的桥梁,允许AI直接对用户文本进行情感分析。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
情感分析文本处理PythonClaudeAPI接口Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

RivaS1205

提供方

RivaS1205

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -r requirements.txt

详细介绍

MIS453中期MCP

这是SentimentScope应用程序的模型上下文协议(MCP)接口。它是SentimentScope API和人工智能代理之间的桥梁,如 克劳德桌面版,允许AI直接对用户文本进行情感分析。

先决条件

  • Python 3.9+ 安装。
  • Claude桌面应用程序 安装。
  • SentimentScope后端的运行实例(托管在Hugging Face上)。

安装和设置

1.克隆存储库

git clone 
cd sentimentscope-mcp

2. Install Dependencies
''''bash

pip install -r requirements.txt

3. Configure Claude Desktop
To enable Claude to use this tool, you must register it in the Claude Desktop configuration file.

Step 1: Locate the configuration file:

Windows: %APPDATA%\Claude\claude_desktop_config.json

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Step 2: Open the file (create it if it doesn't exist) and add the following JSON. Note: Ensure the path points to the actual location of mcp_server.py on your machine.
{
  "mcpServers": {
    "sentimentscope": {
      "command": "python",
      "args": [
        "C:\\Users\\Riva\\Desktop\\sentimentscope-mcp\\mcp_server.py"
      ]
    }
  }
}
4. Restart Claude
Fully close and restart the Claude Desktop application.

Look for the socket icon (🔌) in the Claude interface, indicating the tool is connected.

目录标签

目录标签

情感分析文本处理PythonClaudeAPI接口本地部署AI工具集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP