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

@tarot-ai/pixel

v0.0.2

Published

MCP runtime for local design understanding and design-to-code workflows with Tarot Pixel

Readme

@tarot-ai/pixel

@tarot-ai/pixel 是 Tarot Pixel 的 MCP Runtime,向兼容的 MCP Client 提供本地设计稿读取、分析、渲染和资源生成能力。

通常不需要单独启动该包,Tarot Pixel 的 Qoder 插件会固定 Runtime 版本并自动建立 stdio MCP 连接。

运行要求

  • Node.js 20.19.0 或更高版本。
  • npm 需要具备读取 @tarot-ai/pixel 的权限。
  • 截图和组合图片功能需要本机安装 Chrome、Chromium、Edge 或 Brave。

手动启动

npx --yes --package=@tarot-ai/[email protected] -- tarot-pixel

该命令启动 stdio MCP Server。标准输出仅用于 MCP 协议消息,运行日志写入标准错误或 本地日志文件。

MCP Client 可以使用以下配置:

{
  "mcpServers": {
    "tarot-pixel": {
      "type": "stdio",
      "command": "npx",
      "args": ["--yes", "--package=@tarot-ai/[email protected]", "--", "tarot-pixel"]
    }
  }
}

生产环境应把示例版本替换为经过验证的精确版本,不建议直接使用 latest

数据与隐私

  • Runtime 默认在当前用户的本地数据目录保存设计稿、资源和渲染结果。
  • 包内不包含 npm token、设计工具凭据或用户密钥。
  • 本地 URL、资源 URI、数据目录和临时渲染路径不应提交到业务仓库。
  • 生成的资源应复制到目标项目后再由业务代码引用。

许可证

该包为专有软件,不授予开源许可。随包分发的第三方组件保留各自的许可证声明。