Simeji Stamp Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Simeji Stamp McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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_desktop_config.json ファイルに書き込んでください
- 設定項目の説明
- STAMP_API_KEY:プラットフォーム上で取得したAPIキー
- NEED_PASTE:オプション値("0" または "1")。デフォルトは"0"で、スタンプにキーワードを表示しません。"1"に設定すると表示されます。

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


Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



