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

@huyuan-ai/geo-scraper-mcp

v1.2.0

Published

MCP server: 使用豆包等 AI 搜索引擎获取最新信息并返回带有引用的结构化数据

Readme

GEO-Scraper MCP

MCP(Model Context Protocol)服务:通过豆包等 AI 搜索引擎获取最新信息并返回带有引用的结构化数据。

通过 npx 使用(推荐)

无需克隆仓库,直接运行:

npx -y @huyuan-ai/geo-scraper-mcp@latest

前置条件

  1. 本机已启动 Chrome 并开启远程调试
    例如:--remote-debugging-port=9222。若在无界面环境(如服务器)部署,可参考 docs/deployment.md 使用 Xvfb + PM2 启动 Chrome。

  2. 在 Chrome 中已登录豆包
    在已连接 9222 端口的 Chrome 里打开 豆包 并完成扫码登录,否则抓取会被拦截。

MCP 本身无需配置 .env 即可运行;若你同时部署 HTTP API 服务,才需要 SERVER_TOKEN 等环境变量。

在 Cursor 中配置 MCP

在 Cursor 的 MCP 配置(如 .cursor/mcp.json)中加入:

{
  "mcpServers": {
    "GEO-Scraper-MCP": {
      "command": "npx",
      "args": ["-y", "@huyuan-ai/geo-scraper-mcp@latest"]
    }
  }
}

本地开发

npm install
npm run build
# 启动 MCP(需本机 Chrome 已开 9222 且已登录豆包)
node bin/run.js
# 或
npm run mcp

部署 HTTP API 与 Chrome 的详细步骤见 docs/deployment.md

Changelog

CHANGELOG.md