Simeji Stamp Mcp

by simeji-mcp

177 downloads
Not rated
GitHub

About

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 access.

Details

Author
simeji-mcp
Downloads
177
Categories
Other

- Runs via npx with no manual install.
- Requires a platform‑issued API key (STAMP_API_KEY).
- Optional NEED_PASTE flag to show/hide keywords on stamps.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Simeji Stamp Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js, then add the following entry to your claude_desktop_config.json under mcpServers, using the npx command and your API key. Optionally set the NEED_PASTE environment variable to control keyword display.

StampMCP-Simeji

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 access.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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設定画面

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.