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

simeji-stampmcp

v1.0.10

Published

StampMCP-Simeji is a service that Retrieve and return multiple emoticon/sticker images based on text meaning.Creates 1-20 varied images related to the input text.Images are automatically saved to a local folder and the folder opens automatically for easy

Readme

スタンプ超変換MCPとは?

一、スタンプ超変換MCPとは?

  • 累計ダウンロード数が7,000万を超え、Z世代に人気のキーボードアプリ「Simeji」が、「スタンプ超変換MCPサービス」の提供を開始しました。
  • 特定のキーワードを入力するだけで、そのキーワードに関連するスタンプが自動で生成されます。
  • Simejiのスタンプ超変換MCPをご利用中に問題が発生した場合は、こちらのフォームよりご連絡ください。

二、Simeji MCPの主な機能

  1. 入力:スタンプ利用コマンドを入力してください。例:悲しい/楽しいスタンプを使う(入力は日本語に限ります)
  2. 出力:キーワードに関連する多様なスタンプ素材
  3. キーワード表示の有無を選択可能:生成されるスタンプにキーワードを表示するかどうかを選べます
  4. スタンプ保存:出力されたスタンプはローカルフォルダに保存され、ご自由にご利用いただけます

三、設定項目の説明

  1. STAMP_API_KEY:プラットフォーム上で取得したAPIキー
  2. NEED_PASTE:オプション値("0" または "1")。デフォルトは"0"で、スタンプにキーワードを表示しません。"1"に設定すると表示されます。

四、ご利用にあたっての注意事項

  1. ご利用前に、開発者アカウントの登録とログインが必要です。サービス利用にはAPIキーの取得が必要です。APIキー取得URL
  2. 1ユーザーにつき、最大2つのAPIキーまで作成可能です(削除・再作成は可能)。
  3. 超変換MCP利用のリクエストの上限は、APIキーごとにではなくユーザー単位で管理されます。
  4. 24時間あたり、1ユーザーにつきリクエストの上限は30回までとなります。

五、Node.jsによる接続方法

  1. Node.jsのインストール:https://nodejs.org/ja
  2. Claudeでの設定
  • Claudeの「Setting(設定)」メニューを開き、「Developer(開発者)」タブに切り替えます。「Edit Config(設定を編集)」をクリックし、任意のテキストエディタソフトで設定ファイルを開いてください。

Claude設定画面

Claude設定画面

  • 以下のコードを claude_desktop_config.json ファイルに書き込んでください

  • 設定項目の説明

    • STAMP_API_KEY:プラットフォーム上で取得したAPIキー
    • NEED_PASTE:オプション値("0" または "1")。デフォルトは"0"で、スタンプにキーワードを表示しません。"1"に設定すると表示されます。

claude_desktop_config.json

{
    "mcpServers": {
        "simeji-stampmcp": {
            "command": "npx",
            "args": [
                "-y",
                "simeji-stampmcp"
            ],
            "env": {
                "STAMP_API_KEY": "{apikey}"
            }
        }
    }
}

Claude設定画面

Claude設定画面