学术工具集成的MCP服务器
一个为学术工具设计的模型上下文协议(MCP)服务器,与Canvas和Gradescope平台集成。
快速入门
安装
- 使用 Smithery 安装:
运行命令
npx -y @smithery/cli install @54yyyu/school-mcp --client claude
- 手动安装:
克隆仓库:
git clone https://github.com/yourusername/school-mcp.git
安装依赖:pip install -e .
配置
- 推荐使用自动配置脚本:
python setup_helper.py
- 或手动创建
.env
文件并编辑。
启动
运行服务器:python -m school_mcp
或使用快捷脚本 ./run_server.py