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 🙏

© 2025 – Pkg Stats / Ryan Hefner

server-namiaibrowser-use

v0.6.2

Published

A Model Context Protocol server that provides Namiai Browser automation capabilities using Puppeteer.

Downloads

138

Readme

MCP Server Of namiaibrowser-use

A Model Context Protocol server that provides Namiai Browser automation capabilities using Puppeteer.

Environment

  • Namiai Browser must be installed

Use

Npx

{
  "mcpServers": {
    "namiaibrowser-use": {
      "command": "npx",
      "args": ["-y", "server-namiaibrowser-use"]
    }
  }
}

Features

Tools

  • browser_automation_task
    • Use Nami AI Browser to help you automatically perform any browser tasks, such as navigating to a specified website, clicking on a specified element in a web page, filling out a form in a web page, obtaining website content, etc. You can perform any operation that can be done in Nami AI Browser.
    • Input: user_tasks : string
      • A series of tasks input by the user will be automatically executed by the Nami AI Browser, such as navigation, clicking on web page elements, filling out forms, obtaining web page content and other browser tasks.

注意事项

  • 使用 console.error 输出日志到终端
  • 禁止使用 console.log 输出日志: MCP Stdio 读取终端的输入/输出, 不是合法的 MCP Message 格式会导致解析失败, MCP Client 会处理成错误.

Publish

发布前需打包对应的 nanobrowser 扩展,打包后的代码目录放置在 namiaibrowser-use/ 目录下,且目录名必须为 nanobrowser

添加发布账号

发布测试包流程

  • 注释 mcp-servers/.npmrc 中的 NPM_TOKEN 所在行 (若存在)
  • 运行 npm version [v] 更改版本号: e.g. 0.0.1-test.1
  • 运行 npm run publish:test

发布生产包流程 (通过流水线发布生产包 https://geelib.qihoo.net/geelib/pipelineTable?search=namiaibrowser-use_publish)

  • 运行 npm version [v] 更改版本号: e.g. 0.0.1
  • 运行 npm publish

License

MIT