每周报告检查器 MCP 服务器
检查 Google Sheet 中每周报告提交情况的 MCP(模型上下文协议)服务器。
特征
检查谁还没有提交每周报告
获取特定人员报告状态的详细信息
查看提交统计数据
获取所有应提交报告的团队成员的列表
Related MCP server: Cloud Monitoring API Server
先决条件
Python 3.10 或更高版本
Google Sheets 服务帐户 JSON 文件 (
service_account.json)访问“周报”Google 表格
安装
# Install the package
pip install -e .
# Install in Claude Desktop
./install_server.sh
# or
mcp install mcp_server.main --name "週報檢查器"
用法
# Run in development mode
./run_server.sh
# or
mcp dev mcp_server.main
# Run directly
python -m mcp_server.main
# or
weekly-report-server
示例客户端
运行示例客户端:
python example_usage.py
API 参考
资源
weekly-report://status- 获取尚未提交报告的用户weekly-report://stats- 获取提交统计数据weekly-report://all-members- 获取所有团队成员weekly-report://person/{name}- 获取特定人员的状态
工具
check_missing_reports- 检查缺失的报告check_person_report- 检查特定人员的报告get_submission_stats- 获取提交统计数据