Zesadv7/mcp-server-bupt
Overview
Zesadv7/mcp-server-bupt is a Python MCP server.
Ranked #98 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
Forks 0
Description None
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# BUPT DDL Notifier (MCP Server)
通过 Playwright 自动化技术抓取北邮教学云平台作业 DDL 的 MCP 插件。
## 环境依赖
- Python 3.10+
- Playwright
## 安装步骤
```bash
# 1. 克隆仓库
git clone https://github.com/Zesadv7/mcp-server-bupt.git
cd mcp-server-bupt
# 2. 安装依赖
pip install -r requirements.txt
# 3. 安装浏览器(Linux/ARM 可能需要额外系统依赖)
playwright install chromium
```
## 接入配置
在 Claude Desktop 或其他 MCP 客户端配置:
```json
{
"mcpServers": {
"bupt-ddl": {
"command": "python3",
"args": ["/path/to/mcp-server-bupt/mcp_server_bupt.py"],
"env": {
"BUPT_USERNAME": "你的学号",
"BUPT_PASSWORD": "你的密码"
}
}
}
}
```
## 使用方法
调用 `get_upcoming_ddls` 工具获取 48 小时内截止的任务。 Read full README on GitHub → Are you the maintainer of Zesadv7/mcp-server-bupt?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.