EN

weekly-report MCP Server

周报自动生成 MCP,读取 Git commits、任务系统、日历事件,自动汇总生成结构化工作周报

返回 MCP 专区
开发工具推荐

weekly-report

870 stars

周报自动生成 MCP,读取 Git commits、任务系统、日历事件,自动汇总生成结构化工作周报

什么是 Weekly Report MCP Server?

Weekly Report 是一个 MCP Server,通过 Model Context Protocol 把外部工具与数据源能力以标准协议暴露给 Claude、Cursor 等 AI 助手调用。

安装与配置

安装命令

npx weekly-report-mcp

Cursor / Claude Desktop 配置(mcp.json

{
  "mcpServers": {
    "weekly-report": {
      "command": "npx",
      "args": [
        "weekly-report-mcp"
      ]
    }
  }
}

典型使用场景

查看源码 / 官方文档

访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。

在 GitHub 上查看

相关 MCP Server