s

select_class_server

Qingqingq/select_class_server
0 Stars 10 次浏览 qq 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "select_class_server": {
      "args": [
        "E:\\桌面\\mcp\\test_mcp_server.py"
      ],
      "command": "python",
      "env": {}
    }
  }
}

服务介绍

select_class_server

服务简介

查询北京科技大学天津学院计算机专业大三学生选修人工智能方向的情况,基于Python本地脚本实现的Stdio类型MCP本地服务。

运行环境

  1. Python 3.8及以上版本
  2. 本地脚本路径:E:\桌面\mcp\test_mcp_server.py

Stdio配置

{
  "mcpServers": {
    "select_class_server": {
      "command": "python",
      "args": [
        "E:\\桌面\\mcp\\test_mcp_server.py"
      ],
      "env": {}
    }
  }
}
  }
}

相关 MCP 服务