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

@matfia/pigma-mcp

v0.13.3

Published

Figma-interface MCP over Penpot (use_figma tool + figma.* shim). harnessthon-1 참가자용.

Readme

@matfia/pigma-mcp

Figma 인터페이스로 Penpot에 디자인을 저작하는 MCP 서버. harnessthon-1 참가자용.

  • 저작 tool: use_figma (Figma MCP와 동일)
  • 실행 코드에서 figma.*(Figma Plugin API) 사용 → 내부적으로 penpot.*로 번역. penpot.* 병행 가능.
  • 엔진은 오픈소스 Penpot(자가호스팅). 공식 @penpot/mcp를 수정해 번들.

사용

npx -y @matfia/pigma-mcp
# MCP: http://localhost:4401/mcp
# 플러그인 매니페스트: http://localhost:4400/manifest.json
  1. 위 실행(창 유지).
  2. 브라우저로 중앙 Penpot 로그인 → 파일 열기 → 플러그인 매니페스트(http://localhost:4400/manifest.json) 설치·Connect.
  3. 하네스: claude mcp add --transport http penpot http://localhost:4401/mcp.
  4. use_figmafigma.* 코드 실행.

지원 figma.* 부분집합·미지원 목록·매핑: 상위 figma-compat/README.md.

배포(운영자)

npm login
npm publish --access public /Users/sumin/repos/vibemafiaclub/context-hub/projects/harnessthon-1/figma-compat/pigma-mcp
  • 재빌드가 필요하면 /Users/sumin/repos/vibemafiaclub/context-hub/projects/harnessthon-1/figma-compat/build-figma-mcp.sh로 dist를 재생성 후 이 폴더에 복사.

라이선스

MIT. 공식 @penpot/mcp(MIT, Kaleidos) 기반 수정·번들. LICENSE 참조.