6 months ago
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.
Server Config
{
"mcpServers": {
"simeji-stampmcp": {
"command": "npx",
"args": [
"-y",
"simeji-stampmcp"
],
"env": {
"STAMP_API_KEY": "{apikey}"
}
}
}
}