npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@xuzan/yst-mcp

v1.0.9

Published

YST KPI Report Collector MCP Server - Automated daily report collection from KPI system

Readme

@xuzan/yst-mcp

YST KPI 日报采集 MCP 服务 - 自动化采集 KPI 系统日报数据

快速开始

使用 npx(推荐)

无需安装,直接使用:

npx -y @xuzan/yst-mcp

配置到 Claude Desktop

一条命令完成配置:

claude mcp add-json yst_mcp -s user '{"type":"stdio","command":"npx","args":["-y","@xuzan/yst-mcp"],"env":{}}'

或手动编辑配置文件:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "yst_mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@xuzan/yst-mcp"],
      "env": {}
    }
  }
}

重启 Claude Desktop 即可使用。

功能特性

  • 自动登录: 使用 Playwright 自动化浏览器登录
  • 持久化会话: 登录一次长期有效
  • 批量采集: 支持采集多个月份日报
  • 格式化输出: 自动生成 Markdown 报告
  • 跨平台支持: macOS / Linux / Windows

使用方法

在 Claude Desktop 中直接对话:

使用 yst_mcp 采集 2025-07 到 2025-09 的日报

首次使用会自动打开浏览器进行 Google 登录,登录成功后自动采集数据。

MCP 工具列表

| 工具名称 | 功能说明 | |---------|---------| | collect_reports | 采集指定月份日报 | | browser_login | 手动打开浏览器登录 | | check_login_status | 检查登录状态 | | clear_saved_cookies | 清除登录信息 |

数据存储位置

~/.yst_mcp/
├── data/
│   ├── cookies.json          # 登录凭证 (8KB)
│   └── browser_profile/      # 浏览器会话 (~20MB)
└── output/
    └── new.md                # 默认输出文件

支持的平台

  • macOS (Intel & Apple Silicon)
  • Linux (x64)
  • Windows (x64 & ARM64)

技术栈

  • 打包工具: PyInstaller
  • 浏览器自动化: Playwright
  • MCP 框架: FastMCP
  • HTTP 请求: requests + BeautifulSoup4

项目仓库

  • GitHub: https://github.com/Xuzan9396/yst_mcp
  • NPM: https://www.npmjs.com/package/@xuzan/yst-mcp

许可证

MIT License

作者

Xuzan