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

@vennyx/solipen-mcp

v0.1.0

Published

TR: SoliPen (Penpot self-host) icin MCP sunucusu — takim/proje/dosya listeleme, dosya ozeti, yorum ekleme. EN: MCP server for SoliPen (self-hosted Penpot) — list teams/projects/files, file summaries, comments.

Readme

@vennyx/solipen-mcp

TR: SoliPen (self-host Penpot) için MCP (Model Context Protocol) sunucusu — Claude ve diğer MCP istemcilerinden takım/proje/dosya listeleme, dosya özeti alma, proje ve dosya oluşturma, yorum ekleme. EN: MCP (Model Context Protocol) server for SoliPen (self-hosted Penpot) — list teams/projects/files, get file summaries, create projects and files, and add comments from Claude or any MCP client.

Türkçe

Kurulum ve ortam değişkenleri

npm install -g @vennyx/solipen-mcp   # veya npx ile çalıştırın

| Değişken | Zorunlu | Açıklama | | --- | --- | --- | | SOLIPEN_ACCESS_TOKEN | Evet | Penpot erişim token'ı (aşağıya bakın) | | SOLIPEN_BASE_URI | Hayır | Instance adresi, varsayılan https://app.solipen.com |

Token almak için: https://app.solipen.com → profil menüsü → Settings → Access tokensGenerate new token. Token yalnızca oluşturulduğu anda gösterilir.

Claude Code'a ekleme

claude mcp add solipen \
  --env SOLIPEN_ACCESS_TOKEN=<token> \
  -- npx -y @vennyx/solipen-mcp

Araçlar

| Araç | Açıklama | | --- | --- | | solipen_list_teams | Üye olunan takımları listeler | | solipen_list_projects | Takımdaki projeleri listeler (team_id) | | solipen_list_files | Projedeki dosyaları listeler (project_id) | | solipen_get_file_summary | Sayfa sayısı/adları ve obje sayıları (file_id) | | solipen_create_project | Yeni proje oluşturur (team_id, name) | | solipen_create_file | Yeni dosya oluşturur (project_id, name) | | solipen_add_comment | Yorum ekler (file_id, content, ops. page_id, position) | | solipen_rpc | GELİŞMİŞ: 145 RPC komutundan herhangi birini çalıştırır — silme/güncelleme komutlarında dikkatli olun |

English

Install & environment

npm install -g @vennyx/solipen-mcp   # or run via npx

| Variable | Required | Description | | --- | --- | --- | | SOLIPEN_ACCESS_TOKEN | Yes | Penpot access token (see below) | | SOLIPEN_BASE_URI | No | Instance address, defaults to https://app.solipen.com |

To get a token: https://app.solipen.com → profile menu → Settings → Access tokensGenerate new token. The token is only shown once.

Add to Claude Code

claude mcp add solipen \
  --env SOLIPEN_ACCESS_TOKEN=<token> \
  -- npx -y @vennyx/solipen-mcp

Tools

solipen_list_teams, solipen_list_projects, solipen_list_files, solipen_get_file_summary, solipen_create_project, solipen_create_file, solipen_add_comment, and the advanced solipen_rpc escape hatch (runs any of the 145 RPC commands — be careful with delete/update commands).